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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/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)


6633
6634
6635
6636
6637
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 6633

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