GetSMSAttributes
Returns the settings for sending SMS messages from your AWS account.
These settings are set with the SetSMSAttributes
action.
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
- attributes.member.N
-
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.
Type: Array of strings
Required: No
Response Elements
The following element is returned by the service.
- attributes
- attributes.entry.N.key (key)
- attributes.entry.N.value (value)
-
The SMS attribute names and their values.
Type: String to string map
Errors
For information about the errors that are common to all actions, see Common Errors.
- AuthorizationError
-
Indicates that the user has been denied access to the requested resource.
HTTP Status Code: 403
- InternalError
-
Indicates an internal service error.
HTTP Status Code: 500
- InvalidParameter
-
Indicates that a request parameter does not comply with the associated constraints.
HTTP Status Code: 400
- Throttled
-
Indicates that the rate at which requests have been submitted for this action exceeds the limit for your Amazon Web Services account.
HTTP Status Code: 429
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: