Class: Aws::EC2::Types::DeleteVpcEndpointServiceConfigurationsResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DeleteVpcEndpointServiceConfigurationsResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #unsuccessful  ⇒ Array<Types::UnsuccessfulItem> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the service configurations that were not deleted, if applicable.
 
Instance Attribute Details
#unsuccessful ⇒ Array<Types::UnsuccessfulItem>
Information about the service configurations that were not deleted, if applicable.
      17368 17369 17370 17371 17372  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 17368 class DeleteVpcEndpointServiceConfigurationsResult < Struct.new( :unsuccessful) SENSITIVE = [] include Aws::Structure end  |