Class: Aws::Route53::Types::CidrCollectionVersionMismatchException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::CidrCollectionVersionMismatchException
- Defined in:
- gems/aws-sdk-route53/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
977 978 979 980 981 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 977 class CidrCollectionVersionMismatchException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |