Class: Aws::ElasticInference::Types::BadRequestException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticinference/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

#messageString

Returns:

  • (String)


75
76
77
78
79
# File 'gems/aws-sdk-elasticinference/lib/aws-sdk-elasticinference/types.rb', line 75

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