Class: Aws::EKSAuth::Types::InvalidRequestException

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

Overview

This exception is thrown if the request contains a semantic error. The precise meaning will depend on the API, and will be documented in the error message.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


206
207
208
209
210
# File 'gems/aws-sdk-eksauth/lib/aws-sdk-eksauth/types.rb', line 206

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