Class: Aws::Mobile::Types::BadRequestException

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

Instance Attribute Details

#messageString

The Exception Error Message.

Returns:

  • (String)


36
37
38
39
40
# File 'gems/aws-sdk-mobile/lib/aws-sdk-mobile/types.rb', line 36

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