Class: Aws::IoTSiteWise::Types::ResponseStream

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

Overview

Contains the response, citation, and trace from the SiteWise Assistant.

EventStream is an Enumerator of Events.

#event_types #=> Array, returns all modeled event types in the stream

Instance Method Summary collapse

Instance Method Details

#event_typesObject



9805
9806
9807
9808
9809
9810
9811
9812
9813
9814
9815
9816
9817
# File 'lib/aws-sdk-iotsitewise/types.rb', line 9805

def event_types
  [
    :trace,
    :output,
    :access_denied_exception,
    :conflicting_operation_exception,
    :internal_failure_exception,
    :invalid_request_exception,
    :limit_exceeded_exception,
    :resource_not_found_exception,
    :throttling_exception
  ]
end