Values.GetSMSAttributesResponseSourceThe response from the GetSMSAttributes request.
type getSMSAttributesResult = {attributes : MapStringToString.t option;The SMS attribute names and their values.
*)}and t = {getSMSAttributesResult : getSMSAttributesResult;responseMetaData : responseMetaData;}type error = [ | `AuthorizationErrorException of AuthorizationErrorException.t| `InternalErrorException of InternalErrorException.t| `InvalidParameterException of InvalidParameterException.t| `ThrottledException of ThrottledException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AuthorizationErrorException of AuthorizationErrorException.t
| `InternalErrorException of InternalErrorException.t
| `InvalidParameterException of InvalidParameterException.t
| `ThrottledException of ThrottledException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AuthorizationErrorException of AuthorizationErrorException.t
| `InternalErrorException of InternalErrorException.t
| `InvalidParameterException of InvalidParameterException.t
| `ThrottledException of ThrottledException.t
| `Unknown_operation_error of string * string option ]