Class: Aws::DataSync::Types::InternalException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::InternalException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
This exception is thrown when an error occurs in the DataSync service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#error_code ⇒ String
3433 3434 3435 3436 3437 3438 |
# File 'lib/aws-sdk-datasync/types.rb', line 3433 class InternalException < Struct.new( :message, :error_code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
3433 3434 3435 3436 3437 3438 |
# File 'lib/aws-sdk-datasync/types.rb', line 3433 class InternalException < Struct.new( :message, :error_code) SENSITIVE = [] include Aws::Structure end |