Class: Aws::IoTSiteWise::Types::AccessDeniedException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotsitewise/types.rb

Overview

Access is denied.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



18
19
20
# File 'lib/aws-sdk-iotsitewise/types.rb', line 18

def event_type
  @event_type
end

#messageString

Returns:

  • (String)


18
19
20
21
22
23
# File 'lib/aws-sdk-iotsitewise/types.rb', line 18

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