get_keyspace

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'
)
Parameters
keyspaceName (string) --

[REQUIRED]

The name of the keyspace.

Return type
dict
Returns
Response Syntax
{
    'keyspaceName': 'string',
    'resourceArn': 'string'
}

Response Structure

  • (dict) --
    • keyspaceName (string) --

      The name of the keyspace.

    • resourceArn (string) --

      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