Class: Aws::Glue::Types::DeleteSchemaVersionsResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::DeleteSchemaVersionsResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #schema_version_errors  ⇒ Array<Types::SchemaVersionErrorItem> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of ‘SchemaVersionErrorItem` objects, each containing an error and schema version. 
Instance Attribute Details
#schema_version_errors ⇒ Array<Types::SchemaVersionErrorItem>
A list of ‘SchemaVersionErrorItem` objects, each containing an error and schema version.
| 8967 8968 8969 8970 8971 | # File 'lib/aws-sdk-glue/types.rb', line 8967 class DeleteSchemaVersionsResponse < Struct.new( :schema_version_errors) SENSITIVE = [] include Aws::Structure end |