Class: Aws::DataSync::Types::InternalException

Inherits:
Struct
  • Object
show all
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_codeString

Returns:

  • (String)


3219
3220
3221
3222
3223
3224
# File 'lib/aws-sdk-datasync/types.rb', line 3219

class InternalException < Struct.new(
  :message,
  :error_code)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Returns:

  • (String)


3219
3220
3221
3222
3223
3224
# File 'lib/aws-sdk-datasync/types.rb', line 3219

class InternalException < Struct.new(
  :message,
  :error_code)
  SENSITIVE = []
  include Aws::Structure
end