FailedServiceActionAssociation
public struct FailedServiceActionAssociation : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The error code. Valid values are listed below.
Declaration
Swift
public let errorCode: ServiceActionAssociationErrorCode? -
A text description of the error.
Declaration
Swift
public let errorMessage: String? -
The product identifier. For example, prod-abcdzk7xy33qa.
Declaration
Swift
public let productId: String? -
The identifier of the provisioning artifact. For example, pa-4abcdjnxjj6ne.
Declaration
Swift
public let provisioningArtifactId: String? -
The self-service action identifier. For example, act-fs7abcd89wxyz.
Declaration
Swift
public let serviceActionId: String? -
Undocumented
Declaration
Swift
public init(errorCode: ServiceActionAssociationErrorCode? = nil, errorMessage: String? = nil, productId: String? = nil, provisioningArtifactId: String? = nil, serviceActionId: String? = nil)
View on GitHub
FailedServiceActionAssociation Structure Reference