Class: Aws::Transfer::Types::InvalidRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::InvalidRequestException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
This exception is thrown when the client submits a malformed request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3579 3580 3581 3582 3583 |
# File 'lib/aws-sdk-transfer/types.rb', line 3579 class InvalidRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |