Class: Aws::Types::BatchUpdateJobError

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#code"ConflictException", ...

Returns the value of attribute code.

Returns:



547
548
549
# File 'sig/types.rbs', line 547

def code
  @code
end

#farm_id::String

Returns the value of attribute farm_id.

Returns:



544
545
546
# File 'sig/types.rbs', line 544

def farm_id
  @farm_id
end

#job_id::String

Returns the value of attribute job_id.

Returns:



546
547
548
# File 'sig/types.rbs', line 546

def job_id
  @job_id
end

#message::String

Returns the value of attribute message.

Returns:



548
549
550
# File 'sig/types.rbs', line 548

def message
  @message
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:



545
546
547
# File 'sig/types.rbs', line 545

def queue_id
  @queue_id
end