Struct aws_sdk_sts::error::PackedPolicyTooLargeException
source · #[non_exhaustive]pub struct PackedPolicyTooLargeException { /* private fields */ }
Expand description
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.
Implementations§
source§impl PackedPolicyTooLargeException
impl PackedPolicyTooLargeException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PackedPolicyTooLargeException
.
Trait Implementations§
source§impl Clone for PackedPolicyTooLargeException
impl Clone for PackedPolicyTooLargeException
source§fn clone(&self) -> PackedPolicyTooLargeException
fn clone(&self) -> PackedPolicyTooLargeException
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Error for PackedPolicyTooLargeException
impl Error for PackedPolicyTooLargeException
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl PartialEq<PackedPolicyTooLargeException> for PackedPolicyTooLargeException
impl PartialEq<PackedPolicyTooLargeException> for PackedPolicyTooLargeException
source§fn eq(&self, other: &PackedPolicyTooLargeException) -> bool
fn eq(&self, other: &PackedPolicyTooLargeException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.