Class: Aws::EKSAuth::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKSAuth::Types::InternalServerException
- 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
#message ⇒ 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 |