LambdaFunctionStartFailedEventDetails

public struct LambdaFunctionStartFailedEventDetails : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A more detailed explanation of the cause of the failure.

    Declaration

    Swift

    public let cause: String?
  • The error code of the failure.

    Declaration

    Swift

    public let error: String?
  • Undocumented

    Declaration

    Swift

    public init(cause: String? = nil, error: String? = nil)