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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/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>)


5593
5594
5595
5596
5597
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5593

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