Class: Aws::ServiceDiscovery::Types::ResourceLimitExceeded
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::ResourceLimitExceeded
- 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
#message ⇒ String
2692 2693 2694 2695 2696 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2692 class ResourceLimitExceeded < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |