Warning
public struct Warning : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The code of the cross-regional warning.
Declaration
Swift
public let code: String? -
The message explaining what resources are in a different region from the pipeline. AWS KMS keys must be in the same region as the pipeline.
Declaration
Swift
public let message: String? -
Undocumented
Declaration
Swift
public init(code: String? = nil, message: String? = nil)
View on GitHub
Warning Structure Reference