Class: Aws::Types::BatchGetSessionError

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.



354
355
356
# File 'sig/types.rbs', line 354

def code
  @code
end

#farm_id::String

Returns the value of attribute farm_id.

Returns:

  • (::String)


350
351
352
# File 'sig/types.rbs', line 350

def farm_id
  @farm_id
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


352
353
354
# File 'sig/types.rbs', line 352

def job_id
  @job_id
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


355
356
357
# File 'sig/types.rbs', line 355

def message
  @message
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


351
352
353
# File 'sig/types.rbs', line 351

def queue_id
  @queue_id
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


353
354
355
# File 'sig/types.rbs', line 353

def session_id
  @session_id
end