Class: Aws::EKSAuth::Types::InvalidRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKSAuth::Types::InvalidRequestException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
206 207 208 209 210 |
# File 'lib/aws-sdk-eksauth/types.rb', line 206 class InvalidRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |