Class: Aws::IAM::Types::FeatureEnabledException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::FeatureEnabledException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
The request failed because outbound identity federation is already enabled for your Amazon Web Services account. You cannot enable the feature multiple times. To fetch the current configuration (including the unique issuer URL), use the GetOutboundWebIdentityFederationInfo operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3465 3466 3467 3468 3469 |
# File 'lib/aws-sdk-iam/types.rb', line 3465 class FeatureEnabledException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |