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.
      7587 7588 7589 7590 7591  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7587 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |