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.ValidationException
Keyspaces.Client.exceptions.ServiceQuotaExceededException
Keyspaces.Client.exceptions.InternalServerException
Keyspaces.Client.exceptions.AccessDeniedException
Keyspaces.Client.exceptions.ResourceNotFoundException