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)


3471
3472
3473
3474
3475
# File 'lib/aws-sdk-iam/types.rb', line 3471

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