Class: Aws::Route53::Types::InvalidVPCId

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

Overview

The VPC ID that you specified either isn't a valid ID or the current account is not authorized to access this VPC.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4139
4140
4141
4142
4143
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 4139

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