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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



2297
2298
2299
2300
2301
# File 'lib/aws-sdk-omics/types.rb', line 2297

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