Class: Aws::EKSAuth::Types::ExpiredTokenException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

#messageString

Returns:

  • (String)


182
183
184
185
186
# File 'lib/aws-sdk-eksauth/types.rb', line 182

class ExpiredTokenException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end