Class: Aws::EKSAuth::Types::InternalServerException

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

Overview

These errors are usually caused by a server-side issue.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


177
178
179
180
181
# File 'gems/aws-sdk-eksauth/lib/aws-sdk-eksauth/types.rb', line 177

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