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)


1879
1880
1881
1882
1883
# File 'gems/aws-sdk-core/lib/aws-sdk-sts/types.rb', line 1879

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