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
182 183 184 185 186 |
# File 'gems/aws-sdk-eksauth/lib/aws-sdk-eksauth/types.rb', line 182 class ExpiredTokenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |