Class: Aws::Repostspace::Types::BatchError

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb

Overview

An error that occurred during a batch operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accessor_idString

The accessor identifier that's related to the error.

Returns:

  • (String)


125
126
127
128
129
130
131
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 125

class BatchError < Struct.new(
  :accessor_id,
  :error,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#errorInteger

The error code.

Returns:

  • (Integer)


125
126
127
128
129
130
131
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 125

class BatchError < Struct.new(
  :accessor_id,
  :error,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Description of the error.

Returns:

  • (String)


125
126
127
128
129
130
131
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 125

class BatchError < Struct.new(
  :accessor_id,
  :error,
  :message)
  SENSITIVE = []
  include Aws::Structure
end