Class: Aws::STS::Types::SessionDurationEscalationException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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