create_resource
(**kwargs)¶Creates a new WorkMail resource.
See also: AWS API Documentation
Request Syntax
response = client.create_resource(
OrganizationId='string',
Name='string',
Type='ROOM'|'EQUIPMENT'
)
[REQUIRED]
The identifier associated with the organization for which the resource is created.
[REQUIRED]
The name of the new resource.
[REQUIRED]
The type of the new resource. The available types are equipment
and room
.
dict
Response Syntax
{
'ResourceId': 'string'
}
Response Structure
(dict) --
ResourceId (string) --
The identifier of the new resource.
Exceptions
WorkMail.Client.exceptions.DirectoryServiceAuthenticationFailedException
WorkMail.Client.exceptions.DirectoryUnavailableException
WorkMail.Client.exceptions.InvalidParameterException
WorkMail.Client.exceptions.NameAvailabilityException
WorkMail.Client.exceptions.OrganizationNotFoundException
WorkMail.Client.exceptions.OrganizationStateException
WorkMail.Client.exceptions.ReservedNameException