Table of Contents

Class DecodeAuthorizationMessageResponse

Namespace
Amazon.SecurityToken.Model
Assembly
AWSSDK.SecurityToken.dll

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.

public class DecodeAuthorizationMessageResponse : AmazonWebServiceResponse
Inheritance
DecodeAuthorizationMessageResponse

Constructors

DecodeAuthorizationMessageResponse()

public DecodeAuthorizationMessageResponse()

Properties

DecodedMessage

Gets and sets the property DecodedMessage.

The API returns a response with the decoded message.

public string DecodedMessage { get; set; }

Property Value

string