Class: Aws::AppMesh::Types::BadRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::BadRequestException
- Includes:
- Structure
- Defined in:
- 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
150 151 152 153 154 |
# File 'lib/aws-sdk-appmesh/types.rb', line 150 class BadRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |