Class: Aws::Wickr::Types::BadRequestError

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

Overview

The request was invalid or malformed. This error occurs when the request parameters do not meet the API requirements, such as invalid field values, missing required parameters, or improperly formatted data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A detailed message explaining what was wrong with the request and how to correct it.

Returns:

  • (String)


25
26
27
28
29
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 25

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