Class: Aws::CustomerProfiles::Types::DeleteProfileObjectTypeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::DeleteProfileObjectTypeResponse
- 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.
2186 2187 2188 2189 2190 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2186 class DeleteProfileObjectTypeResponse < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |