Class: Aws::OpenSearchService::Types::DeleteDomainResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb

Overview

The results of a DeleteDomain request. Contains the status of the pending deletion, or a "domain not found" error if the domain and all of its resources have been deleted.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_statusTypes::DomainStatus

The status of the domain being deleted.

Returns:



1707
1708
1709
1710
1711
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1707

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