Class: Aws::OpenSearchService::Types::SlotNotAvailableException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#slot_suggestionsArray<Integer>

Alternate time slots during which OpenSearch Service has available capacity to schedule a domain action.

Returns:

  • (Array<Integer>)


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