Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface DescribeSimulationJobCommandOutputProtected

Hierarchy

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

arn?: string

The Amazon Resource Name (ARN) of the simulation job.

clientRequestToken?: string

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

compute?: ComputeResponse

Compute information for the simulation job.

dataSources?: DataSource[]

The data sources for the simulation job.

failureBehavior?: string

The failure behavior for the simulation job.

failureCode?: string

The failure code of the simulation job if it failed:

InternalServiceError

Internal service error.

RobotApplicationCrash

Robot application exited abnormally.

SimulationApplicationCrash

Simulation application exited abnormally.

BadPermissionsRobotApplication

Robot application bundle could not be downloaded.

BadPermissionsSimulationApplication

Simulation application bundle could not be downloaded.

BadPermissionsS3Output

Unable to publish outputs to customer-provided S3 bucket.

BadPermissionsCloudwatchLogs

Unable to publish logs to customer-provided CloudWatch Logs resource.

SubnetIpLimitExceeded

Subnet IP limit exceeded.

ENILimitExceeded

ENI limit exceeded.

BadPermissionsUserCredentials

Unable to use the Role provided.

InvalidBundleRobotApplication

Robot bundle cannot be extracted (invalid format, bundling error, or other issue).

InvalidBundleSimulationApplication

Simulation bundle cannot be extracted (invalid format, bundling error, or other issue).

RobotApplicationVersionMismatchedEtag

Etag for RobotApplication does not match value during version creation.

SimulationApplicationVersionMismatchedEtag

Etag for SimulationApplication does not match value during version creation.

failureReason?: string

Details about why the simulation job failed. For more information about troubleshooting, see Troubleshooting.

iamRole?: string

The IAM role that allows the simulation instance to call the AWS APIs that are specified in its associated policies on your behalf.

lastStartedAt?: Date

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

lastUpdatedAt?: Date

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

loggingConfig?: LoggingConfig

The logging configuration.

maxJobDurationInSeconds?: number

The maximum job duration in seconds. The value must be 8 days (691,200 seconds) or less.

name?: string

The name of the simulation job.

networkInterface?: NetworkInterface

The network interface information for the simulation job.

outputLocation?: OutputLocation

Location for output files generated by the simulation job.

robotApplications?: RobotApplicationConfig[]

A list of robot applications.

simulationApplications?: SimulationApplicationConfig[]

A list of simulation applications.

simulationTimeMillis?: number

The simulation job execution duration in milliseconds.

status?: string

The status of the simulation job.

tags?: Record<string, string>

The list of all tags added to the specified simulation job.

vpcConfig?: VPCConfigResponse

The VPC configuration.