Class: Aws::CognitoIdentityProvider::Types::FeatureUnavailableInTierException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::FeatureUnavailableInTierException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
This exception is thrown when a feature you attempted to configure isn’t available in your current feature plan.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5936 5937 5938 5939 5940 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5936 class FeatureUnavailableInTierException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |