Class: Aws::Types::BatchGetTaskError

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code"InternalServerErrorException", ...

Returns the value of attribute code.



457
458
459
# File 'sig/types.rbs', line 457

def code
  @code
end

#farm_id::String

Returns the value of attribute farm_id.

Returns:

  • (::String)


452
453
454
# File 'sig/types.rbs', line 452

def farm_id
  @farm_id
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


454
455
456
# File 'sig/types.rbs', line 454

def job_id
  @job_id
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


458
459
460
# File 'sig/types.rbs', line 458

def message
  @message
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


453
454
455
# File 'sig/types.rbs', line 453

def queue_id
  @queue_id
end

#step_id::String

Returns the value of attribute step_id.

Returns:

  • (::String)


455
456
457
# File 'sig/types.rbs', line 455

def step_id
  @step_id
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


456
457
458
# File 'sig/types.rbs', line 456

def task_id
  @task_id
end