Class: Aws::STS::Types::DecodeAuthorizationMessageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::STS::Types::DecodeAuthorizationMessageResponse
- 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
-
#decoded_message ⇒ String
The API returns a response with the decoded message.
Method Summary
Methods included from Aws::Structure
#empty?, included, #initialize, #key?, new, #to_h, #to_s
Instance Attribute Details
#decoded_message ⇒ String
The API returns a response with the decoded message.
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 |