Class: Aws::EKSAuth::Types::ExpiredTokenException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EKSAuth::Types::ExpiredTokenException
 
- Defined in:
- gems/aws-sdk-eksauth/lib/aws-sdk-eksauth/types.rb
Overview
The specified Kubernetes service account token is expired.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
| 164 165 166 167 168 | # File 'gems/aws-sdk-eksauth/lib/aws-sdk-eksauth/types.rb', line 164 class ExpiredTokenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |