Class: Aws::STS::Types::DecodeAuthorizationMessageResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sts/types.rb

Overview

A 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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Method Summary

Methods included from Aws::Structure

#empty?, included, #initialize, #key?, new, #to_h, #to_s

Instance Attribute Details

#decoded_messageString

The API returns a response with the decoded message.

Returns:

  • (String)


970
971
972
973
974
# File 'lib/aws-sdk-sts/types.rb', line 970

class DecodeAuthorizationMessageResponse < Struct.new(
  :decoded_message)
  SENSITIVE = []
  include Aws::Structure
end