Class: Aws::RAM::Types::PermissionVersionsLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RAM::Types::PermissionVersionsLimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ram/types.rb
Overview
The operation failed because it would exceed the limit for the number of versions you can have for a permission. To view the limits for your Amazon Web Services account, see the [RAM page in the Service Quotas console].
[1]: console.aws.amazon.com/servicequotas/home/services/ram/quotas
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2517 2518 2519 2520 2521 |
# File 'lib/aws-sdk-ram/types.rb', line 2517 class PermissionVersionsLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |