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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



2076
2077
2078
2079
2080
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2076

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