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.
5111 5112 5113 5114 5115 5116 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5111 class DetailedError < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The error message.
5111 5112 5113 5114 5115 5116 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5111 class DetailedError < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |