Class: Aws::CognitoIdentityProvider::Types::UserPoolAddOnNotEnabledException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::UserPoolAddOnNotEnabledException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
This exception is thrown when user pool add-ons aren’t enabled.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
10009 10010 10011 10012 10013 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10009 class UserPoolAddOnNotEnabledException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |