DescribeServiceErrorsResult
public struct DescribeServiceErrorsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array of ServiceError objects that describe the specified service errors.
Declaration
Swift
public let serviceErrors: [ServiceError]?
-
Undocumented
Declaration
Swift
public init(serviceErrors: [ServiceError]? = nil)