TaskFailedEventDetails

public struct TaskFailedEventDetails : 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?
  • The service name of the resource in a task state.

    Declaration

    Swift

    public let resource: String
  • The action of the resource called by a task state.

    Declaration

    Swift

    public let resourceType: String
  • Undocumented

    Declaration

    Swift

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