Class: Aws::Connect::Types::DisconnectDetails
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::DisconnectDetails
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Information about the call disconnect experience.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #potential_disconnect_issue  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates the potential disconnection issues for a call.
 
Instance Attribute Details
#potential_disconnect_issue ⇒ String
Indicates the potential disconnection issues for a call. This field is not populated if the service does not detect potential issues.
      8067 8068 8069 8070 8071  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 8067 class DisconnectDetails < Struct.new( :potential_disconnect_issue) SENSITIVE = [] include Aws::Structure end  |