Class: Aws::ServiceDiscovery::Types::ServiceAttributesLimitExceededException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ServiceDiscovery::Types::ServiceAttributesLimitExceededException
 
 
- Defined in:
 - gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb
 
Overview
The attribute can't be added to the service because you've exceeded the quota for the number of attributes you can add to a service.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      3216 3217 3218 3219 3220  | 
    
      # File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 3216 class ServiceAttributesLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |