You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AttributeError: NetworkInterfaceProperty object does not support attribute Ipv6AddressCount
and AttributeError: NetworkInterfaceProperty object does not support attribute Ipv6Addresses (removing the Ipv6AddressCount argument naturally)
yields
AttributeError: NetworkInterfaceProperty object does not support attribute Ipv6AddressCount
and
AttributeError: NetworkInterfaceProperty object does not support attribute Ipv6Addresses
(removing the Ipv6AddressCount argument naturally)As a list item in troposphere.ec2.Instance argument NetworkInterfaces, NetworkInterfaceProperty should have member Ipv6AddressCount and Ipv6Addresses as documented on
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-network-iface-embedded.html#aws-properties-ec2-network-iface-embedded-ipv6addresscount.
The text was updated successfully, but these errors were encountered: