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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



15660
15661
15662
15663
15664
# File 'lib/aws-sdk-ec2/types.rb', line 15660

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