NAME
Paws::Robomaker::CreateSimulationJobResponse
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 IamRole => Str
The IAM role that allows the simulation job 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 simulation job duration in seconds.
OutputLocation => Paws::Robomaker::OutputLocation
Simulation job output files location.
RobotApplications => ArrayRef[Paws::Robomaker::RobotApplicationConfig]
The robot application used by the simulation job.
SimulationApplications => ArrayRef[Paws::Robomaker::SimulationApplicationConfig]
The simulation application used by the simulation job.
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 simulation job.
VpcConfig => Paws::Robomaker::VPCConfigResponse
Information about the vpc configuration.