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.
Instance Attribute Summary collapse
-
#code ⇒ String
The error code.
-
#message ⇒ String
The error message.
Instance Attribute Details
#code ⇒ String
The error code.
4860 4861 4862 4863 4864 |
# File 'lib/aws-sdk-iot/types.rb', line 4860 class ErrorInfo < Struct.new( :code, :message) include Aws::Structure end |
#message ⇒ String
The error message.
4860 4861 4862 4863 4864 |
# File 'lib/aws-sdk-iot/types.rb', line 4860 class ErrorInfo < Struct.new( :code, :message) include Aws::Structure end |