Class: Aws::IoTSiteWise::Types::DetailedError
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DetailedError
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Overview
Contains detailed error information.
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.
4265 4266 4267 4268 4269 4270 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4265 class DetailedError < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The error message.
4265 4266 4267 4268 4269 4270 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4265 class DetailedError < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |