/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Information about a failed world.See Also:
AWS
* API Reference
The failure code of the world export job if it failed:
Internal service error.
The requested resource exceeds the maximum number * allowed, or the number of concurrent stream requests exceeds the maximum number * allowed.
The specified resource * could not be found.
The request was * throttled.
An input parameter in the * request is not valid.
The failure code of the world export job if it failed:
Internal service error.
The requested resource exceeds the maximum number * allowed, or the number of concurrent stream requests exceeds the maximum number * allowed.
The specified resource * could not be found.
The request was * throttled.
An input parameter in the * request is not valid.
The failure code of the world export job if it failed:
Internal service error.
The requested resource exceeds the maximum number * allowed, or the number of concurrent stream requests exceeds the maximum number * allowed.
The specified resource * could not be found.
The request was * throttled.
An input parameter in the * request is not valid.
The failure code of the world export job if it failed:
Internal service error.
The requested resource exceeds the maximum number * allowed, or the number of concurrent stream requests exceeds the maximum number * allowed.
The specified resource * could not be found.
The request was * throttled.
An input parameter in the * request is not valid.
The failure code of the world export job if it failed:
Internal service error.
The requested resource exceeds the maximum number * allowed, or the number of concurrent stream requests exceeds the maximum number * allowed.
The specified resource * could not be found.
The request was * throttled.
An input parameter in the * request is not valid.
The failure code of the world export job if it failed:
Internal service error.
The requested resource exceeds the maximum number * allowed, or the number of concurrent stream requests exceeds the maximum number * allowed.
The specified resource * could not be found.
The request was * throttled.
An input parameter in the * request is not valid.
The sample reason why the world failed. World errors are aggregated. A sample
* is used as the sampleFailureReason
.
The sample reason why the world failed. World errors are aggregated. A sample
* is used as the sampleFailureReason
.
The sample reason why the world failed. World errors are aggregated. A sample
* is used as the sampleFailureReason
.
The sample reason why the world failed. World errors are aggregated. A sample
* is used as the sampleFailureReason
.
The sample reason why the world failed. World errors are aggregated. A sample
* is used as the sampleFailureReason
.
The sample reason why the world failed. World errors are aggregated. A sample
* is used as the sampleFailureReason
.
The sample reason why the world failed. World errors are aggregated. A sample
* is used as the sampleFailureReason
.
The sample reason why the world failed. World errors are aggregated. A sample
* is used as the sampleFailureReason
.
The number of failed worlds.
*/ inline int GetFailureCount() const{ return m_failureCount; } /** *The number of failed worlds.
*/ inline bool FailureCountHasBeenSet() const { return m_failureCountHasBeenSet; } /** *The number of failed worlds.
*/ inline void SetFailureCount(int value) { m_failureCountHasBeenSet = true; m_failureCount = value; } /** *The number of failed worlds.
*/ inline WorldFailure& WithFailureCount(int value) { SetFailureCount(value); return *this;} private: WorldGenerationJobErrorCode m_failureCode; bool m_failureCodeHasBeenSet = false; Aws::String m_sampleFailureReason; bool m_sampleFailureReasonHasBeenSet = false; int m_failureCount; bool m_failureCountHasBeenSet = false; }; } // namespace Model } // namespace RoboMaker } // namespace Aws