Class: Aws::LocationService::Types::BatchItemError

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

Overview

Contains the batch request error details associated with the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The error code associated with the batch request error.

Returns:

  • (String)


414
415
416
417
418
419
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 414

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

#messageString

A message with the reason for the batch request error.

Returns:

  • (String)


414
415
416
417
418
419
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 414

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