Class: Aws::Glue::Types::BatchDeleteTableVersionResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::BatchDeleteTableVersionResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #errors  ⇒ Array<Types::TableVersionError> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of errors encountered while trying to delete the specified table versions. 
Instance Attribute Details
#errors ⇒ Array<Types::TableVersionError>
A list of errors encountered while trying to delete the specified table versions.
| 962 963 964 965 966 | # File 'lib/aws-sdk-glue/types.rb', line 962 class BatchDeleteTableVersionResponse < Struct.new( :errors) SENSITIVE = [] include Aws::Structure end |