Class: Aws::LocationService::Types::BatchItemError
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LocationService::Types::BatchItemError
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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
- 
  
    
      #code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The error code associated with the batch request error.
 - 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A message with the reason for the batch request error.
 
Instance Attribute Details
#code ⇒ String
The error code associated with the batch request error.
      414 415 416 417 418 419  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 414 class BatchItemError < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
A message with the reason for the batch request error.
      414 415 416 417 418 419  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 414 class BatchItemError < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end  |