Class: Aws::STS::Types::OutboundWebIdentityFederationDisabledException
- Inherits:
-
Struct
- Object
- Struct
- Aws::STS::Types::OutboundWebIdentityFederationDisabledException
- 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
#message ⇒ 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 |