create_group
(**kwargs)¶Creates a group within the specified identity store.
See also: AWS API Documentation
Request Syntax
response = client.create_group(
IdentityStoreId='string',
DisplayName='string',
Description='string'
)
[REQUIRED]
The globally unique identifier for the identity store.
dict
Response Syntax
{
'GroupId': 'string',
'IdentityStoreId': 'string'
}
Response Structure
(dict) --
GroupId (string) --
The identifier of the newly created group in the identity store.
IdentityStoreId (string) --
The globally unique identifier for the identity store.
Exceptions
IdentityStore.Client.exceptions.ResourceNotFoundException
IdentityStore.Client.exceptions.ThrottlingException
IdentityStore.Client.exceptions.AccessDeniedException
IdentityStore.Client.exceptions.ConflictException
IdentityStore.Client.exceptions.InternalServerException
IdentityStore.Client.exceptions.ValidationException
IdentityStore.Client.exceptions.ServiceQuotaExceededException