get_account_settings
()¶Retrieves the current status of optional features in Resource Groups.
See also: AWS API Documentation
Request Syntax
response = client.get_account_settings()
{
'AccountSettings': {
'GroupLifecycleEventsDesiredStatus': 'ACTIVE'|'INACTIVE',
'GroupLifecycleEventsStatus': 'ACTIVE'|'INACTIVE'|'IN_PROGRESS'|'ERROR',
'GroupLifecycleEventsStatusMessage': 'string'
}
}
Response Structure
The current settings for the optional features in Resource Groups.
The desired target status of the group lifecycle events feature. If
The current status of the group lifecycle events feature.
The text of any error message occurs during an attempt to turn group lifecycle events on or off.
Exceptions
ResourceGroups.Client.exceptions.BadRequestException
ResourceGroups.Client.exceptions.ForbiddenException
ResourceGroups.Client.exceptions.MethodNotAllowedException
ResourceGroups.Client.exceptions.TooManyRequestsException
ResourceGroups.Client.exceptions.InternalServerErrorException