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
8614 8615 8616 8617 8618 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8614 class UnauthorizedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |