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
      894 895 896 897 898  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 894 class CidrCollectionAlreadyExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |