CodeCatalyst.Client.get_subscription(**kwargs)¶Returns information about the Amazon Web Services account used for billing purposes and the billing plan for the space.
See also: AWS API Documentation
Request Syntax
response = client.get_subscription(
spaceName='string'
)
[REQUIRED]
The name of the space.
{
'subscriptionType': 'string',
'awsAccountName': 'string'
}
Response Structure
The type of the billing plan for the space.
The display name of the Amazon Web Services account used for billing for the space.
Exceptions
CodeCatalyst.Client.exceptions.ThrottlingExceptionCodeCatalyst.Client.exceptions.ConflictExceptionCodeCatalyst.Client.exceptions.ValidationExceptionCodeCatalyst.Client.exceptions.ServiceQuotaExceededExceptionCodeCatalyst.Client.exceptions.ResourceNotFoundExceptionCodeCatalyst.Client.exceptions.AccessDeniedException