Class: Aws::RAM::Types::PermissionLimitExceededException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb

Overview

The operation failed because it would exceed the maximum number of permissions you can create in each Amazon Web Services Region. 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

#messageString

Returns:

  • (String)


2629
2630
2631
2632
2633
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 2629

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