Artifact / Client / get_account_settings
get_account_settings#
- Artifact.Client.get_account_settings()#
- Get the account settings for Artifact. - See also: AWS API Documentation - Request Syntax- response = client.get_account_settings() - Return type:
- dict 
- Returns:
- Response Syntax- { 'accountSettings': { 'notificationSubscriptionStatus': 'SUBSCRIBED'|'NOT_SUBSCRIBED' } } - Response Structure- (dict) – - accountSettings (dict) – - Account settings for the customer. - notificationSubscriptionStatus (string) – - Notification subscription status of the customer. 
 
 
 
 - Exceptions- Artifact.Client.exceptions.ResourceNotFoundException
- Artifact.Client.exceptions.ThrottlingException
- Artifact.Client.exceptions.AccessDeniedException
- Artifact.Client.exceptions.ConflictException
- Artifact.Client.exceptions.InternalServerException
- Artifact.Client.exceptions.ValidationException
- Artifact.Client.exceptions.ServiceQuotaExceededException