Class: Aws::STS::Types::PackedPolicyTooLargeException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sts/types.rb

Overview

The request was rejected because the total packed size of the session policies and session tags combined was too large. An Amazon Web Services conversion compresses the session policy document, session policy ARNs, and session tags into a packed binary format that has a separate limit. The error message indicates by percentage how close the policies and tags are to the upper size limit. For more information, see [Passing Session Tags in STS] in the *IAM User Guide*.

You could receive this error even though you meet other defined session policy and session tag limits. For more information, see [IAM and STS Entity Character Limits] in the *IAM User Guide*.

[1]: docs.aws.amazon.com/IAM/latest/UserGuide/id_session-tags.html [2]: docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html#reference_iam-limits-entity-length

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Method Summary

Methods included from Aws::Structure

#empty?, included, #initialize, #key?, new, #to_h, #to_s

Instance Attribute Details

#messageString

Returns:

  • (String)


1487
1488
1489
1490
1491
# File 'lib/aws-sdk-sts/types.rb', line 1487

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