Class: Aws::CognitoIdentityProvider::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::LimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
This exception is thrown when a user exceeds the limit for a requested Amazon Web Services resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message returned when Amazon Cognito throws a limit exceeded exception.
Instance Attribute Details
#message ⇒ String
The message returned when Amazon Cognito throws a limit exceeded exception.
6076 6077 6078 6079 6080 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6076 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |