Class: Aws::CognitoIdentity::Types::NotAuthorizedException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb

Overview

Thrown when a user is not authorized to access the requested resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message returned by a NotAuthorizedException

Returns:

  • (String)


1050
1051
1052
1053
1054
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 1050

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