Class: Aws::EC2::Types::DeleteVpcEndpointConnectionNotificationsResult

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 notifications that could not be deleted successfully.

Returns:



8814
8815
8816
8817
# File 'lib/aws-sdk-ec2/types.rb', line 8814

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