Class: Aws::Omics::Types::DeleteAnnotationStoreVersionsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorsArray<Types::VersionDeleteError>

Any errors that occur when attempting to delete an annotation store version.

Returns:



1318
1319
1320
1321
1322
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1318

class DeleteAnnotationStoreVersionsResponse < Struct.new(
  :errors)
  SENSITIVE = []
  include Aws::Structure
end