Class: Aws::CognitoSync::Types::NotAuthorizedException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitosync/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)


840
841
842
843
844
# File 'lib/aws-sdk-cognitosync/types.rb', line 840

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