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
3456 3457 3458 3459 3460 |
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 3456 class ResourceShareLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |