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.
9001 9002 9003 9004 9005 9006 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9001 class MonitorErrorDetails < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The error message.
9001 9002 9003 9004 9005 9006 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9001 class MonitorErrorDetails < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |