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

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

#messageString

Returns:

  • (String)


4413
4414
4415
4416
4417
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 4413

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