NAME
Paws::Robomaker::DescribeSimulationJobResponse
ATTRIBUTES
Arn => Str
The Amazon Resource Name (ARN) of the simulation job.
ClientRequestToken => Str
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
Compute => Paws::Robomaker::ComputeResponse
Compute information for the simulation job.
DataSources => ArrayRef[Paws::Robomaker::DataSource]
The data sources for the simulation job.
FailureBehavior => Str
The failure behavior for the simulation job.
Valid values are: "Fail"
, "Continue"
=head2 FailureCode => Str
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.
Valid values are: "InternalServiceError"
, "RobotApplicationCrash"
, "SimulationApplicationCrash"
, "RobotApplicationHealthCheckFailure"
, "SimulationApplicationHealthCheckFailure"
, "BadPermissionsRobotApplication"
, "BadPermissionsSimulationApplication"
, "BadPermissionsS3Object"
, "BadPermissionsS3Output"
, "BadPermissionsCloudwatchLogs"
, "SubnetIpLimitExceeded"
, "ENILimitExceeded"
, "BadPermissionsUserCredentials"
, "InvalidBundleRobotApplication"
, "InvalidBundleSimulationApplication"
, "InvalidS3Resource"
, "ThrottlingError"
, "LimitExceeded"
, "MismatchedEtag"
, "RobotApplicationVersionMismatchedEtag"
, "SimulationApplicationVersionMismatchedEtag"
, "ResourceNotFound"
, "RequestThrottled"
, "BatchTimedOut"
, "BatchCanceled"
, "InvalidInput"
, "WrongRegionS3Bucket"
, "WrongRegionS3Output"
, "WrongRegionRobotApplication"
, "WrongRegionSimulationApplication"
, "UploadContentMismatchError"
=head2 FailureReason => Str
Details about why the simulation job failed. For more information about troubleshooting, see Troubleshooting (https://docs.aws.amazon.com/robomaker/latest/dg/troubleshooting.html).
IamRole => Str
The IAM role that allows the simulation instance to call the AWS APIs that are specified in its associated policies on your behalf.
LastStartedAt => Str
The time, in milliseconds since the epoch, when the simulation job was last started.
LastUpdatedAt => Str
The time, in milliseconds since the epoch, when the simulation job was last updated.
LoggingConfig => Paws::Robomaker::LoggingConfig
The logging configuration.
MaxJobDurationInSeconds => Int
The maximum job duration in seconds. The value must be 8 days (691,200 seconds) or less.
Name => Str
The name of the simulation job.
NetworkInterface => Paws::Robomaker::NetworkInterface
The network interface information for the simulation job.
OutputLocation => Paws::Robomaker::OutputLocation
Location for output files generated by the simulation job.
RobotApplications => ArrayRef[Paws::Robomaker::RobotApplicationConfig]
A list of robot applications.
SimulationApplications => ArrayRef[Paws::Robomaker::SimulationApplicationConfig]
A list of simulation applications.
SimulationTimeMillis => Int
The simulation job execution duration in milliseconds.
Status => Str
The status of the simulation job.
Valid values are: "Pending"
, "Preparing"
, "Running"
, "Restarting"
, "Completed"
, "Failed"
, "RunningFailed"
, "Terminating"
, "Terminated"
, "Canceled"
=head2 Tags => Paws::Robomaker::TagMap
The list of all tags added to the specified simulation job.
VpcConfig => Paws::Robomaker::VPCConfigResponse
The VPC configuration.