Class: Aws::Route53::Types::NoSuchCidrCollectionException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::NoSuchCidrCollectionException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53/types.rb
Overview
The CIDR collection you specified, doesn’t exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6050 6051 6052 6053 6054 |
# File 'lib/aws-sdk-route53/types.rb', line 6050 class NoSuchCidrCollectionException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |