Class: Aws::AppMesh::Types::BadRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::BadRequestException
- 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
#message ⇒ String
210 211 212 213 214 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 210 class BadRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |