Class: Aws::Route53::Types::LimitsExceeded
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Route53::Types::LimitsExceeded
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-route53/types.rb
 
Overview
This operation can’t be completed because the current account has reached the limit on the resource you are trying to create. To request a higher limit, [create a case] with the Amazon Web Services Support Center.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      4431 4432 4433 4434 4435  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 4431 class LimitsExceeded < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |