Class: Aws::CognitoIdentityProvider::Types::UnauthorizedException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CognitoIdentityProvider::Types::UnauthorizedException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cognitoidentityprovider/types.rb
 
Overview
Exception that is thrown when the request isn’t authorized. This can happen due to an invalid access token in the request.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      10687 10688 10689 10690 10691  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10687 class UnauthorizedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |