Class: Aws::SSM::Types::ResourcePolicyLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ResourcePolicyLimitExceededException
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
The PutResourcePolicy API action enforces two limits. A policy can't
be greater than 1024 bytes in size. And only one policy can be
attached to OpsItemGroup
. Verify these limits and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#limit ⇒ Integer
17423 17424 17425 17426 17427 17428 17429 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 17423 class ResourcePolicyLimitExceededException < Struct.new( :limit, :limit_type, :message) SENSITIVE = [] include Aws::Structure end |
#limit_type ⇒ String
17423 17424 17425 17426 17427 17428 17429 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 17423 class ResourcePolicyLimitExceededException < Struct.new( :limit, :limit_type, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
17423 17424 17425 17426 17427 17428 17429 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 17423 class ResourcePolicyLimitExceededException < Struct.new( :limit, :limit_type, :message) SENSITIVE = [] include Aws::Structure end |