Failure

public struct Failure : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The Amazon Resource Name (ARN) of the failed resource.

    Declaration

    Swift

    public let arn: String?
  • The details of the failure.

    Declaration

    Swift

    public let detail: String?
  • The reason for the failure.

    Declaration

    Swift

    public let reason: String?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, detail: String? = nil, reason: String? = nil)