Class: Aws::RAM::Types::ResourceShareLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RAM::Types::ResourceShareLimitExceededException
- Defined in:
- gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb
Overview
The operation failed because it would exceed the limit for resource shares for your account. You can associate up to 100 resources per call. To view the limits for your Amazon Web Services account, see the RAM page in the Service Quotas console.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3431 3432 3433 3434 3435 |
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 3431 class ResourceShareLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |