Class: Aws::IAM::Types::FeatureEnabledException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::FeatureEnabledException
- Defined in:
- gems/aws-sdk-iam/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
3455 3456 3457 3458 3459 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 3455 class FeatureEnabledException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |