Class: Aws::EC2::Types::DeleteVpcEndpointServiceConfigurationsResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#unsuccessfulArray<Types::UnsuccessfulItem>

Information about the service configurations that were not deleted, if applicable.

Returns:



8853
8854
8855
8856
# File 'lib/aws-sdk-ec2/types.rb', line 8853

class DeleteVpcEndpointServiceConfigurationsResult < Struct.new(
  :unsuccessful)
  include Aws::Structure
end