Class: Aws::Transfer::Types::InternalServiceError
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::InternalServiceError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
This exception is thrown when an error occurs in the Transfer Family service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3553 3554 3555 3556 3557 |
# File 'lib/aws-sdk-transfer/types.rb', line 3553 class InternalServiceError < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |