Class: Aws::CognitoIdentityProvider::Types::NotAuthorizedException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

This exception is thrown when a user isn’t authorized.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message returned when the Amazon Cognito service returns a not authorized exception.

Returns:

  • (String)


6816
6817
6818
6819
6820
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6816

class NotAuthorizedException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end