Class: Aws::CustomerProfiles::Types::DeleteDomainLayoutResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::DeleteDomainLayoutResponse
- Defined in:
- gems/aws-sdk-customerprofiles/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.
2486 2487 2488 2489 2490 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2486 class DeleteDomainLayoutResponse < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |