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
10862 10863 10864 10865 10866 10867 10868 10869 10870 10871 10872 10873 10874 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 10862 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 |