Class: Aws::IoTSiteWise::Types::InternalFailureException

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

Overview

IoT SiteWise can’t process your request right now. Try again later.

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



6479
6480
6481
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6479

def event_type
  @event_type
end

#messageString

Returns:

  • (String)


6479
6480
6481
6482
6483
6484
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6479

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