Class: Aws::EntityResolution::Types::DeleteIdNamespaceOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EntityResolution::Types::DeleteIdNamespaceOutput
 
- Defined in:
- gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A successful operation message. 
Instance Attribute Details
#message ⇒ String
A successful operation message.
| 608 609 610 611 612 | # File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 608 class DeleteIdNamespaceOutput < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |