Class: Aws::OpenSearchService::Types::SlotNotAvailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::SlotNotAvailableException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
An exception for attempting to schedule a domain action during an unavailable time slot.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#slot_suggestions ⇒ Array<Integer>
Alternate time slots during which OpenSearch Service has available capacity to schedule a domain action.
Instance Attribute Details
#slot_suggestions ⇒ Array<Integer>
Alternate time slots during which OpenSearch Service has available capacity to schedule a domain action.
6634 6635 6636 6637 6638 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6634 class SlotNotAvailableException < Struct.new( :slot_suggestions) SENSITIVE = [] include Aws::Structure end |