Class: Aws::EKS::Types::BadRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::BadRequestException
- 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
-
#message ⇒ String
This exception is thrown if the request contains a semantic error.
Instance Attribute Details
#message ⇒ String
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.
657 658 659 660 661 |
# File 'lib/aws-sdk-eks/types.rb', line 657 class BadRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |