Class: Aws::CustomerProfiles::Types::DeleteDomainResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::DeleteDomainResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message that indicates the delete request is done.
Instance Attribute Details
#message ⇒ String
A message that indicates the delete request is done.
1734 1735 1736 1737 1738 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1734 class DeleteDomainResponse < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |