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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#unsuccessfulArray<Types::UnsuccessfulItem>

Information about the notifications that could not be deleted successfully.

Returns:



15759
15760
15761
15762
15763
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 15759

class DeleteVpcEndpointConnectionNotificationsResult < Struct.new(
  :unsuccessful)
  SENSITIVE = []
  include Aws::Structure
end