Class: Aws::Route53::Types::VPCAssociationNotFound

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-route53/types.rb

Overview

The specified VPC and hosted zone are not currently associated.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The specified VPC or hosted zone weren’t found.

Returns:

  • (String)


8097
8098
8099
8100
8101
# File 'lib/aws-sdk-route53/types.rb', line 8097

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