Interface CfnQueue.ErrorInfoProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnQueue.ErrorInfoProperty.Jsii$Proxy
- Enclosing class:
CfnQueue
@Stability(Stable)
public static interface CfnQueue.ErrorInfoProperty
extends software.amazon.jsii.JsiiSerializable
An error that occurred during resource creation.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.pcs.*;
ErrorInfoProperty errorInfoProperty = ErrorInfoProperty.builder()
.code("code")
.message("message")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnQueue.ErrorInfoPropertystatic final classAn implementation forCfnQueue.ErrorInfoProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCode
The short-form error code.- See Also:
-
getMessage
The detailed error information.- See Also:
-
builder
- Returns:
- a
CfnQueue.ErrorInfoProperty.BuilderofCfnQueue.ErrorInfoProperty
-