Class: Aws::IoTSiteWise::Types::MonitorErrorDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::MonitorErrorDetails
- Includes:
- Structure
- Defined in:
- 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.
7768 7769 7770 7771 7772 7773 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7768 class MonitorErrorDetails < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The error message.
7768 7769 7770 7771 7772 7773 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7768 class MonitorErrorDetails < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |