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
stringDescribes 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
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
RegionDisabledException(string, Exception)
Construct instance of RegionDisabledException
public RegionDisabledException(string message, Exception innerException)
Parameters
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
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode