AWSSTSDecodeAuthorizationMessageResponse
Objective-C
@interface AWSSTSDecodeAuthorizationMessageResponse : AWSModel
Swift
class AWSSTSDecodeAuthorizationMessageResponse : AWSModel
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.
-
The API returns a response with the decoded message.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable decodedMessage;
Swift
var decodedMessage: String? { get set }