Class: Aws::Wickr::Types::BadRequestError
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::BadRequestError
- 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
-
#message ⇒ String
A detailed message explaining what was wrong with the request and how to correct it.
Instance Attribute Details
#message ⇒ String
A detailed message explaining what was wrong with the request and how to correct it.
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 |