DescribeServiceErrorsRequest
public struct DescribeServiceErrorsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The instance ID. If you use this parameter, DescribeServiceErrors returns descriptions of the errors associated with the specified instance.
Declaration
Swift
public let instanceId: String? -
An array of service error IDs. If you use this parameter, DescribeServiceErrors returns descriptions of the specified errors. Otherwise, it returns a description of every error.
Declaration
Swift
public let serviceErrorIds: [String]? -
The stack ID. If you use this parameter, DescribeServiceErrors returns descriptions of the errors associated with the specified stack.
Declaration
Swift
public let stackId: String? -
Undocumented
Declaration
Swift
public init(instanceId: String? = nil, serviceErrorIds: [String]? = nil, stackId: String? = nil)
View on GitHub
DescribeServiceErrorsRequest Structure Reference