Class: Aws::STS::Types::RegionDisabledException
- Inherits:
-
Struct
- Object
- Struct
- Aws::STS::Types::RegionDisabledException
- Defined in:
- gems/aws-sdk-core/lib/aws-sdk-sts/types.rb
Overview
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 STS in an Amazon Web Services Region in the IAM User Guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1696 1697 1698 1699 1700 |
# File 'gems/aws-sdk-core/lib/aws-sdk-sts/types.rb', line 1696 class RegionDisabledException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |