Class: Aws::Route53::Types::LastVPCAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::LastVPCAssociation
- Includes:
- Structure
- Defined in:
- 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
4442 4443 4444 4445 4446 |
# File 'lib/aws-sdk-route53/types.rb', line 4442 class LastVPCAssociation < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |