Class: Aws::IoTSiteWise::Types::ResourceNotFoundException

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

Overview

The requested resource can’t be found.

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



8412
8413
8414
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8412

def event_type
  @event_type
end

#messageString

Returns:

  • (String)


8412
8413
8414
8415
8416
8417
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8412

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