Class: Aws::Types::GetJobEntityError

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

Defined Under Namespace

Classes: EnvironmentDetails, JobAttachmentDetails, JobDetails, StepDetails, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#environment_detailsTypes::EnvironmentDetailsError

Returns the value of attribute environment_details.



1322
1323
1324
# File 'sig/types.rbs', line 1322

def environment_details
  @environment_details
end

#job_attachment_detailsTypes::JobAttachmentDetailsError

Returns the value of attribute job_attachment_details.



1320
1321
1322
# File 'sig/types.rbs', line 1320

def job_attachment_details
  @job_attachment_details
end

#job_detailsTypes::JobDetailsError

Returns the value of attribute job_details.



1319
1320
1321
# File 'sig/types.rbs', line 1319

def job_details
  @job_details
end

#step_detailsTypes::StepDetailsError

Returns the value of attribute step_details.



1321
1322
1323
# File 'sig/types.rbs', line 1321

def step_details
  @step_details
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1323
1324
1325
# File 'sig/types.rbs', line 1323

def unknown
  @unknown
end