Jump to Content

Class BatchDescribeSimulationJobCommandProtected

Describes one or more simulation jobs.

Example

Use a bare-bones client and the command you need to make an API call.

import { RoboMakerClient, BatchDescribeSimulationJobCommand } from "@aws-sdk/client-robomaker"; // ES Modules import
// const { RoboMakerClient, BatchDescribeSimulationJobCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import
const client = new RoboMakerClient(config);
const input = { // BatchDescribeSimulationJobRequest
jobs: [ // Arns // required
"STRING_VALUE",
],
};
const command = new BatchDescribeSimulationJobCommand(input);
const response = await client.send(command);

Param

BatchDescribeSimulationJobCommandInput

Returns

BatchDescribeSimulationJobCommandOutput

See

Throws

InternalServerException (server fault)

AWS RoboMaker experienced a service issue. Try your call again.

Throws

InvalidParameterException (client fault)

A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message provides an explanation of the error value.

Throws

ResourceNotFoundException (client fault)

The specified resource does not exist.

Throws

ThrottlingException (client fault)

AWS RoboMaker is temporarily unable to process the request. Try your call again.

Hierarchy

Constructors

Properties

Methods