Class: Aws::IoTTwinMaker::Types::BatchPutPropertyError

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

Overview

An error returned by the BatchPutProperty action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entryTypes::PropertyValueEntry

An object that contains information about errors returned by the BatchPutProperty action.



39
40
41
42
43
44
45
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 39

class BatchPutPropertyError < Struct.new(
  :error_code,
  :error_message,
  :entry)
  SENSITIVE = []
  include Aws::Structure
end

#error_codeString

The error code.

Returns:

  • (String)


39
40
41
42
43
44
45
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 39

class BatchPutPropertyError < Struct.new(
  :error_code,
  :error_message,
  :entry)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

The error message.

Returns:

  • (String)


39
40
41
42
43
44
45
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 39

class BatchPutPropertyError < Struct.new(
  :error_code,
  :error_message,
  :entry)
  SENSITIVE = []
  include Aws::Structure
end