Class: Aws::Route53::Types::CidrCollectionVersionMismatchException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::CidrCollectionVersionMismatchException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53/types.rb
Overview
The CIDR collection version you provided, doesn’t match the one in the ‘ListCidrCollections` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
946 947 948 949 950 |
# File 'lib/aws-sdk-route53/types.rb', line 946 class CidrCollectionVersionMismatchException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |