Class: Aws::Mobile::Types::BadRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mobile::Types::BadRequestException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mobile/types.rb
Overview
The request cannot be processed because some parameter is not valid or the project state prevents the operation from being performed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The Exception Error Message.
Instance Attribute Details
#message ⇒ String
The Exception Error Message.
36 37 38 39 40 |
# File 'lib/aws-sdk-mobile/types.rb', line 36 class BadRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |