Class: Aws::Types::BatchGetSessionActionError

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.



306
307
308
# File 'sig/types.rbs', line 306

def code
  @code
end

#farm_id::String

Returns the value of attribute farm_id.

Returns:

  • (::String)


302
303
304
# File 'sig/types.rbs', line 302

def farm_id
  @farm_id
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


304
305
306
# File 'sig/types.rbs', line 304

def job_id
  @job_id
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


307
308
309
# File 'sig/types.rbs', line 307

def message
  @message
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


303
304
305
# File 'sig/types.rbs', line 303

def queue_id
  @queue_id
end

#session_action_id::String

Returns the value of attribute session_action_id.

Returns:

  • (::String)


305
306
307
# File 'sig/types.rbs', line 305

def session_action_id
  @session_action_id
end