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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datasync/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)


3244
3245
3246
3247
3248
3249
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3244

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

#messageString

Returns:

  • (String)


3244
3245
3246
3247
3248
3249
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3244

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