get_sms_attributes
(**kwargs)¶Returns the settings for sending SMS messages from your Amazon Web Services account.
These settings are set with the SetSMSAttributes
action.
See also: AWS API Documentation
Request Syntax
response = client.get_sms_attributes(
attributes=[
'string',
]
)
A list of the individual attribute names, such as MonthlySpendLimit
, for which you want values.
For all attribute names, see SetSMSAttributes.
If you don't use this parameter, Amazon SNS returns all SMS attributes.
{
'attributes': {
'string': 'string'
}
}
Response Structure
The response from the GetSMSAttributes
request.
The SMS attribute names and their values.
Exceptions
SNS.Client.exceptions.ThrottledException
SNS.Client.exceptions.InternalErrorException
SNS.Client.exceptions.AuthorizationErrorException
SNS.Client.exceptions.InvalidParameterException