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
5799 5800 5801 5802 5803 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5799 class FeatureUnavailableInTierException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |