Class: Aws::Route53::Types::NoSuchCidrLocationException

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

Overview

The CIDR collection location doesn’t match any locations in your account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6066
6067
6068
6069
6070
# File 'lib/aws-sdk-route53/types.rb', line 6066

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