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
9754 9755 9756 9757 9758 9759 9760 9761 9762 9763 9764 9765 9766 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 9754 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 |