Class: Aws::STS::Types::SessionDurationEscalationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::STS::Types::SessionDurationEscalationException
- Defined in:
- gems/aws-sdk-core/lib/aws-sdk-sts/types.rb
Overview
The requested token duration would extend the session beyond its original expiration time. You cannot use this operation to extend the lifetime of a session beyond what was granted when the session was originally created.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1865 1866 1867 1868 1869 |
# File 'gems/aws-sdk-core/lib/aws-sdk-sts/types.rb', line 1865 class SessionDurationEscalationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |