describe_organization
(**kwargs)¶Provides more information regarding a given organization based on its identifier.
See also: AWS API Documentation
Request Syntax
response = client.describe_organization(
OrganizationId='string'
)
[REQUIRED]
The identifier for the organization to be described.
{
'OrganizationId': 'string',
'Alias': 'string',
'State': 'string',
'DirectoryId': 'string',
'DirectoryType': 'string',
'DefaultMailDomain': 'string',
'CompletedDate': datetime(2015, 1, 1),
'ErrorMessage': 'string',
'ARN': 'string'
}
Response Structure
The identifier of an organization.
The alias for an organization.
The state of an organization.
The identifier for the directory associated with an WorkMail organization.
The type of directory associated with the WorkMail organization.
The default mail domain associated with the organization.
The date at which the organization became usable in the WorkMail context, in UNIX epoch time format.
(Optional) The error message indicating if unexpected behavior was encountered with regards to the organization.
The Amazon Resource Name (ARN) of the organization.
Exceptions
WorkMail.Client.exceptions.InvalidParameterException
WorkMail.Client.exceptions.OrganizationNotFoundException