CloudDirectory / Client / get_applied_schema_version
get_applied_schema_version#
- CloudDirectory.Client.get_applied_schema_version(**kwargs)#
Returns current applied schema version ARN, including the minor version in use.
See also: AWS API Documentation
Request Syntax
response = client.get_applied_schema_version( SchemaArn='string' )
- Parameters:
SchemaArn (string) –
[REQUIRED]
The ARN of the applied schema.
- Return type:
dict
- Returns:
Response Syntax
{ 'AppliedSchemaArn': 'string' }
Response Structure
(dict) –
AppliedSchemaArn (string) –
Current applied schema ARN, including the minor version in use if one was provided.
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.ResourceNotFoundException