ServiceError
public struct ServiceError : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
When the error occurred.
Declaration
Swift
public let createdAt: String? -
The instance ID.
Declaration
Swift
public let instanceId: String? -
A message that describes the error.
Declaration
Swift
public let message: String? -
The error ID.
Declaration
Swift
public let serviceErrorId: String? -
The stack ID.
Declaration
Swift
public let stackId: String? -
The error type.
Declaration
Swift
public let type: String? -
Undocumented
Declaration
Swift
public init(createdAt: String? = nil, instanceId: String? = nil, message: String? = nil, serviceErrorId: String? = nil, stackId: String? = nil, type: String? = nil)
View on GitHub
ServiceError Structure Reference