Class: Aws::Types::BatchGetJobError

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.



249
250
251
# File 'sig/types.rbs', line 249

def code
  @code
end

#farm_id::String

Returns the value of attribute farm_id.

Returns:

  • (::String)


246
247
248
# File 'sig/types.rbs', line 246

def farm_id
  @farm_id
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


248
249
250
# File 'sig/types.rbs', line 248

def job_id
  @job_id
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


250
251
252
# File 'sig/types.rbs', line 250

def message
  @message
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


247
248
249
# File 'sig/types.rbs', line 247

def queue_id
  @queue_id
end