Class: Aws::Types::JobAttachmentDetailsError

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:



1761
1762
1763
# File 'sig/types.rbs', line 1761

def code
  @code
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


1760
1761
1762
# File 'sig/types.rbs', line 1760

def job_id
  @job_id
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1762
1763
1764
# File 'sig/types.rbs', line 1762

def message
  @message
end