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.
853 854 855 856 857 |
# File 'lib/aws-sdk-glue/types.rb', line 853 class BatchDeleteTableVersionResponse < Struct.new( :errors) SENSITIVE = [] include Aws::Structure end |