Class: Aws::EKS::Types::BadRequestException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-eks/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

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.

Returns:

  • (String)


584
585
586
587
588
# File 'lib/aws-sdk-eks/types.rb', line 584

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