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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-core/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

Instance Attribute Details

#decoded_messageString

The API returns a response with the decoded message.

Returns:

  • (String)


985
986
987
988
989
# File 'gems/aws-sdk-core/lib/aws-sdk-sts/types.rb', line 985

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