UnprocessedUpdateAction

public struct UnprocessedUpdateAction : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the cache cluster

    Declaration

    Swift

    public let cacheClusterId: String?
  • The error message that describes the reason the request was not processed

    Declaration

    Swift

    public let errorMessage: String?
  • The error type for requests that are not processed

    Declaration

    Swift

    public let errorType: String?
  • The replication group ID

    Declaration

    Swift

    public let replicationGroupId: String?
  • The unique ID of the service update

    Declaration

    Swift

    public let serviceUpdateName: String?
  • Undocumented

    Declaration

    Swift

    public init(cacheClusterId: String? = nil, errorMessage: String? = nil, errorType: String? = nil, replicationGroupId: String? = nil, serviceUpdateName: String? = nil)