Class: Aws::Types::BatchUpdateTaskError

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.



584
585
586
# File 'sig/types.rbs', line 584

def code
  @code
end

#farm_id::String

Returns the value of attribute farm_id.

Returns:

  • (::String)


579
580
581
# File 'sig/types.rbs', line 579

def farm_id
  @farm_id
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


581
582
583
# File 'sig/types.rbs', line 581

def job_id
  @job_id
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


585
586
587
# File 'sig/types.rbs', line 585

def message
  @message
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


580
581
582
# File 'sig/types.rbs', line 580

def queue_id
  @queue_id
end

#step_id::String

Returns the value of attribute step_id.

Returns:

  • (::String)


582
583
584
# File 'sig/types.rbs', line 582

def step_id
  @step_id
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


583
584
585
# File 'sig/types.rbs', line 583

def task_id
  @task_id
end