Class: Aws::OpenSearchService::Types::DeleteDomainResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DeleteDomainResponse
- 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
-
#domain_status ⇒ Types::DomainStatus
The status of the domain being deleted.
Instance Attribute Details
#domain_status ⇒ Types::DomainStatus
The status of the domain being deleted.
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 |