CloudDirectory.Client.
create_schema
(**kwargs)¶Creates a new schema in a development state. A schema can exist in three phases:
See also: AWS API Documentation
Request Syntax
response = client.create_schema(
Name='string'
)
[REQUIRED]
The name that is associated with the schema. This is unique to each account and in each region.
{
'SchemaArn': 'string'
}
Response Structure
The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.
Exceptions
CloudDirectory.Client.exceptions.InternalServiceException
CloudDirectory.Client.exceptions.InvalidArnException
CloudDirectory.Client.exceptions.RetryableConflictException
CloudDirectory.Client.exceptions.ValidationException
CloudDirectory.Client.exceptions.LimitExceededException
CloudDirectory.Client.exceptions.AccessDeniedException
CloudDirectory.Client.exceptions.SchemaAlreadyExistsException
CloudDirectory.Client.exceptions.AccessDeniedException