Class: Aws::Omics::Types::DeleteAnnotationStoreVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::DeleteAnnotationStoreVersionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::VersionDeleteError>
Any errors that occur when attempting to delete an annotation store version.
Instance Attribute Details
#errors ⇒ Array<Types::VersionDeleteError>
Any errors that occur when attempting to delete an annotation store version.
1456 1457 1458 1459 1460 |
# File 'lib/aws-sdk-omics/types.rb', line 1456 class DeleteAnnotationStoreVersionsResponse < Struct.new( :errors) SENSITIVE = [] include Aws::Structure end |