Class: Aws::IAM::Types::FeatureDisabledException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iam/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

#messageString

Returns:

  • (String)


3438
3439
3440
3441
3442
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 3438

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