Values.DecodeAuthorizationMessageResponseSourceA document that contains additional information about the authorization status of a request from an encoded message that is returned in response to an Amazon Web Services request.
type decodeAuthorizationMessageResult = {decodedMessage : DecodedMessageType.t option;The API returns a response with the decoded message.
*)}and t = {decodeAuthorizationMessageResult : decodeAuthorizationMessageResult;responseMetaData : responseMetaData;}type error = [ | `InvalidAuthorizationMessageException of InvalidAuthorizationMessageException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidAuthorizationMessageException of
InvalidAuthorizationMessageException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidAuthorizationMessageException of
InvalidAuthorizationMessageException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of DecodedMessageType.t ]) list ])
list ]