Class: Aws::ElasticInference::Types::BadRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticInference::Types::BadRequestException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticinference/types.rb
Overview
Raised when a malformed input has been provided to the API.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
75 76 77 78 79 |
# File 'lib/aws-sdk-elasticinference/types.rb', line 75 class BadRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |