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
3478 3479 3480 3481 3482 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 3478 class FeatureEnabledException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |