Class: Aws::ServiceDiscovery::Types::ServiceAttributesLimitExceededException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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

#messageString

Returns:

  • (String)


2961
2962
2963
2964
2965
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2961

class ServiceAttributesLimitExceededException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end