Class: Aws::ServiceDiscovery::Types::ResourceLimitExceeded

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicediscovery/types.rb

Overview

The resource can’t be created because you’ve reached the quota on the number of resources.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2689
2690
2691
2692
2693
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2689

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