Keyspaces.Client.get_keyspace(**kwargs)¶Returns the name and the Amazon Resource Name (ARN) of the specified table.
See also: AWS API Documentation
Request Syntax
response = client.get_keyspace(
keyspaceName='string'
)
[REQUIRED]
The name of the keyspace.
{
'keyspaceName': 'string',
'resourceArn': 'string'
}
Response Structure
The name of the keyspace.
The ARN of the keyspace.
Exceptions
Keyspaces.Client.exceptions.ValidationExceptionKeyspaces.Client.exceptions.ServiceQuotaExceededExceptionKeyspaces.Client.exceptions.InternalServerExceptionKeyspaces.Client.exceptions.AccessDeniedExceptionKeyspaces.Client.exceptions.ResourceNotFoundException