Class: Aws::AppMesh::Types::BadRequestException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb

Overview

The request syntax was malformed. Check your request syntax and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


150
151
152
153
154
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 150

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