Class: Aws::Route53::Types::CidrCollectionAlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::CidrCollectionAlreadyExistsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53/types.rb
Overview
A CIDR collection with this name and a different caller reference already exists in this account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
896 897 898 899 900 |
# File 'lib/aws-sdk-route53/types.rb', line 896 class CidrCollectionAlreadyExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |