Table of Contents

Class RegionDisabledException

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

STS is not activated in the requested region for the account that is being asked to generate credentials. The account administrator must use the IAM console to activate STS in that region. For more information, see Activating and Deactivating Amazon Web Services STS in an Amazon Web Services Region in the IAM User Guide.

public class RegionDisabledException : AmazonSecurityTokenServiceException
Inheritance
RegionDisabledException

Constructors

RegionDisabledException(Exception)

Construct instance of RegionDisabledException

public RegionDisabledException(Exception innerException)

Parameters

innerException Exception

RegionDisabledException(string)

Constructs a new RegionDisabledException with the specified error message.

public RegionDisabledException(string message)

Parameters

message string

Describes the error encountered.

RegionDisabledException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of RegionDisabledException

public RegionDisabledException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

RegionDisabledException(string, Exception)

Construct instance of RegionDisabledException

public RegionDisabledException(string message, Exception innerException)

Parameters

message string
innerException Exception

RegionDisabledException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of RegionDisabledException

public RegionDisabledException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)

Parameters

message string
innerException Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode