Class: Aws::IoT::Types::ErrorInfo

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Overview

Error information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The error code.

Returns:

  • (String)


7047
7048
7049
7050
7051
7052
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7047

class ErrorInfo < Struct.new(
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The error message.

Returns:

  • (String)


7047
7048
7049
7050
7051
7052
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7047

class ErrorInfo < Struct.new(
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end