Skip to content

/AWS1/CL_RBMDSCSIMULATIONJOB03

DescribeSimulationJobBatchResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_ARN TYPE /AWS1/RBMARN /AWS1/RBMARN

The Amazon Resource Name (ARN) of the batch.

IV_STATUS TYPE /AWS1/RBMSIMULATIONJOBBTCSTAT /AWS1/RBMSIMULATIONJOBBTCSTAT

The status of the batch.

Pending

The simulation job batch request is pending.

InProgress

The simulation job batch is in progress.

Failed

The simulation job batch failed. One or more simulation job requests could not be completed due to an internal failure (like InternalServiceError). See failureCode and failureReason for more information.

Completed

The simulation batch job completed. A batch is complete when (1) there are no pending simulation job requests in the batch and none of the failed simulation job requests are due to InternalServiceError and (2) when all created simulation jobs have reached a terminal state (for example, Completed or Failed).

Canceled

The simulation batch job was cancelled.

Canceling

The simulation batch job is being cancelled.

Completing

The simulation batch job is completing.

TimingOut

The simulation job batch is timing out.

If a batch timing out, and there are pending requests that were failing due to an internal failure (like InternalServiceError), the batch status will be Failed. If there are no such failing request, the batch status will be TimedOut.

TimedOut

The simulation batch job timed out.

IV_LASTUPDATEDAT TYPE /AWS1/RBMLASTUPDATEDAT /AWS1/RBMLASTUPDATEDAT

The time, in milliseconds since the epoch, when the simulation job batch was last updated.

IV_CREATEDAT TYPE /AWS1/RBMCREATEDAT /AWS1/RBMCREATEDAT

The time, in milliseconds since the epoch, when the simulation job batch was created.

IV_CLIENTREQUESTTOKEN TYPE /AWS1/RBMCLIENTREQUESTTOKEN /AWS1/RBMCLIENTREQUESTTOKEN

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

IO_BATCHPOLICY TYPE REF TO /AWS1/CL_RBMBATCHPOLICY /AWS1/CL_RBMBATCHPOLICY

The batch policy.

IV_FAILURECODE TYPE /AWS1/RBMSIMULATIONJOBBTCERR00 /AWS1/RBMSIMULATIONJOBBTCERR00

The failure code of the simulation job batch.

IV_FAILUREREASON TYPE /AWS1/RBMGENERICSTRING /AWS1/RBMGENERICSTRING

The reason the simulation job batch failed.

IT_FAILEDREQUESTS TYPE /AWS1/CL_RBMFAILEDCRESIMULAT00=>TT_FAILEDCRESIMULATIONJOBREQS TT_FAILEDCRESIMULATIONJOBREQS

A list of failed create simulation job requests. The request failed to be created into a simulation job. Failed requests do not have a simulation job ID.

IT_PENDINGREQUESTS TYPE /AWS1/CL_RBMSIMULATIONJOBREQ=>TT_CREATESIMULATIONJOBREQUESTS TT_CREATESIMULATIONJOBREQUESTS

A list of pending simulation job requests. These requests have not yet been created into simulation jobs.

IT_CREATEDREQUESTS TYPE /AWS1/CL_RBMSIMULATIONJOBSUMM=>TT_SIMULATIONJOBSUMMARIES TT_SIMULATIONJOBSUMMARIES

A list of created simulation job summaries.

IT_TAGS TYPE /AWS1/CL_RBMTAGMAP_W=>TT_TAGMAP TT_TAGMAP

A map that contains tag keys and tag values that are attached to the simulation job batch.


Queryable Attributes

arn

The Amazon Resource Name (ARN) of the batch.

Accessible with the following methods

Method Description
GET_ARN() Getter for ARN, with configurable default
ASK_ARN() Getter for ARN w/ exceptions if field has no value
HAS_ARN() Determine if ARN has a value

status

The status of the batch.

Pending

The simulation job batch request is pending.

InProgress

The simulation job batch is in progress.

Failed

The simulation job batch failed. One or more simulation job requests could not be completed due to an internal failure (like InternalServiceError). See failureCode and failureReason for more information.

Completed

The simulation batch job completed. A batch is complete when (1) there are no pending simulation job requests in the batch and none of the failed simulation job requests are due to InternalServiceError and (2) when all created simulation jobs have reached a terminal state (for example, Completed or Failed).

Canceled

The simulation batch job was cancelled.

Canceling

The simulation batch job is being cancelled.

Completing

The simulation batch job is completing.

TimingOut

The simulation job batch is timing out.

If a batch timing out, and there are pending requests that were failing due to an internal failure (like InternalServiceError), the batch status will be Failed. If there are no such failing request, the batch status will be TimedOut.

TimedOut

The simulation batch job timed out.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

lastUpdatedAt

The time, in milliseconds since the epoch, when the simulation job batch was last updated.

Accessible with the following methods

Method Description
GET_LASTUPDATEDAT() Getter for LASTUPDATEDAT, with configurable default
ASK_LASTUPDATEDAT() Getter for LASTUPDATEDAT w/ exceptions if field has no value
HAS_LASTUPDATEDAT() Determine if LASTUPDATEDAT has a value

createdAt

The time, in milliseconds since the epoch, when the simulation job batch was created.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

clientRequestToken

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

Accessible with the following methods

Method Description
GET_CLIENTREQUESTTOKEN() Getter for CLIENTREQUESTTOKEN, with configurable default
ASK_CLIENTREQUESTTOKEN() Getter for CLIENTREQUESTTOKEN w/ exceptions if field has no
HAS_CLIENTREQUESTTOKEN() Determine if CLIENTREQUESTTOKEN has a value

batchPolicy

The batch policy.

Accessible with the following methods

Method Description
GET_BATCHPOLICY() Getter for BATCHPOLICY

failureCode

The failure code of the simulation job batch.

Accessible with the following methods

Method Description
GET_FAILURECODE() Getter for FAILURECODE, with configurable default
ASK_FAILURECODE() Getter for FAILURECODE w/ exceptions if field has no value
HAS_FAILURECODE() Determine if FAILURECODE has a value

failureReason

The reason the simulation job batch failed.

Accessible with the following methods

Method Description
GET_FAILUREREASON() Getter for FAILUREREASON, with configurable default
ASK_FAILUREREASON() Getter for FAILUREREASON w/ exceptions if field has no value
HAS_FAILUREREASON() Determine if FAILUREREASON has a value

failedRequests

A list of failed create simulation job requests. The request failed to be created into a simulation job. Failed requests do not have a simulation job ID.

Accessible with the following methods

Method Description
GET_FAILEDREQUESTS() Getter for FAILEDREQUESTS, with configurable default
ASK_FAILEDREQUESTS() Getter for FAILEDREQUESTS w/ exceptions if field has no valu
HAS_FAILEDREQUESTS() Determine if FAILEDREQUESTS has a value

pendingRequests

A list of pending simulation job requests. These requests have not yet been created into simulation jobs.

Accessible with the following methods

Method Description
GET_PENDINGREQUESTS() Getter for PENDINGREQUESTS, with configurable default
ASK_PENDINGREQUESTS() Getter for PENDINGREQUESTS w/ exceptions if field has no val
HAS_PENDINGREQUESTS() Determine if PENDINGREQUESTS has a value

createdRequests

A list of created simulation job summaries.

Accessible with the following methods

Method Description
GET_CREATEDREQUESTS() Getter for CREATEDREQUESTS, with configurable default
ASK_CREATEDREQUESTS() Getter for CREATEDREQUESTS w/ exceptions if field has no val
HAS_CREATEDREQUESTS() Determine if CREATEDREQUESTS has a value

tags

A map that contains tag keys and tag values that are attached to the simulation job batch.

Accessible with the following methods

Method Description
GET_TAGS() Getter for TAGS, with configurable default
ASK_TAGS() Getter for TAGS w/ exceptions if field has no value
HAS_TAGS() Determine if TAGS has a value