Class: Aws::Transfer::Types::InvalidRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::InvalidRequestException
- Defined in:
- gems/aws-sdk-transfer/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
3925 3926 3927 3928 3929 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 3925 class InvalidRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |