Class: Aws::LocationService::Types::AccessDeniedException

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

Overview

The request was denied because of insufficient access or permissions. Check with an administrator to verify your permissions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


21
22
23
24
25
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 21

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