get_subscription_state
()¶Returns the SubscriptionState
, either Active
or Inactive
.
See also: AWS API Documentation
Request Syntax
response = client.get_subscription_state()
{
'SubscriptionState': 'ACTIVE'|'INACTIVE'
}
Response Structure
The status of the subscription.
Exceptions
Shield.Client.exceptions.InternalErrorException