FailedResource

public struct FailedResource : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The error code associated with the failure.

    Declaration

    Swift

    public let errorCode: String?
  • The error message text associated with the failure.

    Declaration

    Swift

    public let errorMessage: String?
  • The ARN of the resource that failed to be added or removed.

    Declaration

    Swift

    public let resourceArn: String?
  • Undocumented

    Declaration

    Swift

    public init(errorCode: String? = nil, errorMessage: String? = nil, resourceArn: String? = nil)