Class: Aws::Types::JobDetailsError

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code"AccessDeniedException", ...

Returns the value of attribute code.

Returns:



1791
1792
1793
# File 'sig/types.rbs', line 1791

def code
  @code
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


1790
1791
1792
# File 'sig/types.rbs', line 1790

def job_id
  @job_id
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1792
1793
1794
# File 'sig/types.rbs', line 1792

def message
  @message
end