Class: Aws::IoTSiteWise::Types::MonitorErrorDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::MonitorErrorDetails
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Overview
Contains IoT SiteWise Monitor error details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The error code.
-
#message ⇒ String
The error message.
Instance Attribute Details
#code ⇒ String
The error code.
5477 5478 5479 5480 5481 5482 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5477 class MonitorErrorDetails < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The error message.
5477 5478 5479 5480 5481 5482 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5477 class MonitorErrorDetails < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |