Class: Aws::Types::BatchGetStepError

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.



402
403
404
# File 'sig/types.rbs', line 402

def code
  @code
end

#farm_id::String

Returns the value of attribute farm_id.

Returns:

  • (::String)


398
399
400
# File 'sig/types.rbs', line 398

def farm_id
  @farm_id
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


400
401
402
# File 'sig/types.rbs', line 400

def job_id
  @job_id
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


403
404
405
# File 'sig/types.rbs', line 403

def message
  @message
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


399
400
401
# File 'sig/types.rbs', line 399

def queue_id
  @queue_id
end

#step_id::String

Returns the value of attribute step_id.

Returns:

  • (::String)


401
402
403
# File 'sig/types.rbs', line 401

def step_id
  @step_id
end