Class: Aws::Route53::Types::NoSuchCidrLocationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::NoSuchCidrLocationException
- 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
#message ⇒ String
6064 6065 6066 6067 6068 |
# File 'lib/aws-sdk-route53/types.rb', line 6064 class NoSuchCidrLocationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |