Class: Aws::IAM::Types::FeatureEnabledException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


3574
3575
3576
3577
3578
# File 'lib/aws-sdk-iam/types.rb', line 3574

class FeatureEnabledException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end