Class: Aws::STS::Types::OutboundWebIdentityFederationDisabledException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-core/lib/aws-sdk-sts/types.rb

Overview

The outbound web identity federation feature is not enabled for this account. To use this feature, you must first enable it through the Amazon Web Services Management Console or API.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1753
1754
1755
1756
1757
# File 'gems/aws-sdk-core/lib/aws-sdk-sts/types.rb', line 1753

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