Class: Aws::Route53::Types::LastVPCAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::LastVPCAssociation
- Defined in:
- gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb
Overview
The VPC that you're trying to disassociate from the private hosted zone is the last VPC that is associated with the hosted zone. Amazon Route 53 doesn't support disassociating the last VPC from a hosted zone.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4494 4495 4496 4497 4498 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 4494 class LastVPCAssociation < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |