Class: Aws::EKSAuth::Types::InvalidTokenException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eksauth/lib/aws-sdk-eksauth/types.rb

Overview

The specified Kubernetes service account token is invalid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


219
220
221
222
223
# File 'gems/aws-sdk-eksauth/lib/aws-sdk-eksauth/types.rb', line 219

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