Class: Aws::IAM::Types::FeatureDisabledException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::FeatureDisabledException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
The request failed because outbound identity federation is already disabled for your Amazon Web Services account. You cannot disable the feature multiple times
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3448 3449 3450 3451 3452 |
# File 'lib/aws-sdk-iam/types.rb', line 3448 class FeatureDisabledException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |