Class: Aws::IoTSiteWise::Types::ResponseStream
- Inherits:
-
Enumerator
- Object
- Enumerator
- Aws::IoTSiteWise::Types::ResponseStream
- 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_types ⇒ Object
9841 9842 9843 9844 9845 9846 9847 9848 9849 9850 9851 9852 9853 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 9841 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 |