Class: Aws::Route53::Types::LastVPCAssociation

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


4411
4412
4413
4414
4415
# File 'lib/aws-sdk-route53/types.rb', line 4411

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