Class: Aws::PI::Types::NotAuthorizedException

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

Overview

The user is not authorized to perform this request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1539
1540
1541
1542
1543
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 1539

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