Class: Aws::IoT::Types::ErrorInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ErrorInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
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.
7047 7048 7049 7050 7051 7052 |
# File 'lib/aws-sdk-iot/types.rb', line 7047 class ErrorInfo < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The error message.
7047 7048 7049 7050 7051 7052 |
# File 'lib/aws-sdk-iot/types.rb', line 7047 class ErrorInfo < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |