Class: Aws::IoTSiteWise::Types::ResponseStream
- Inherits:
-
Enumerator
- Object
- Enumerator
- Aws::IoTSiteWise::Types::ResponseStream
- Defined in:
- gems/aws-sdk-iotsitewise/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
15619 15620 15621 15622 15623 15624 15625 15626 15627 15628 15629 15630 15631 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 15619 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 |