Class: Aws::STS::Types::DecodeAuthorizationMessageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::STS::Types::DecodeAuthorizationMessageResponse
- 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
-
#decoded_message ⇒ String
The API returns a response with the decoded message.
Instance Attribute Details
#decoded_message ⇒ String
The API returns a response with the decoded message.
1126 1127 1128 1129 1130 |
# File 'gems/aws-sdk-core/lib/aws-sdk-sts/types.rb', line 1126 class DecodeAuthorizationMessageResponse < Struct.new( :decoded_message) SENSITIVE = [] include Aws::Structure end |