Class: Aws::IoTSiteWise::Types::ConfigurationErrorDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ConfigurationErrorDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
Contains the details of an IoT SiteWise configuration error.
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.
2465 2466 2467 2468 2469 2470 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2465 class ConfigurationErrorDetails < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The error message.
2465 2466 2467 2468 2469 2470 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2465 class ConfigurationErrorDetails < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |