PeeringError

Describes an error associated with a peering request.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The error code for the peering request.

Link copied to clipboard

The message associated with the error code.

Link copied to clipboard

Provides additional information about missing permissions for the peering error.

Link copied to clipboard

The ID of the Peering request.

Link copied to clipboard

The ARN of the requested peering resource.

Functions

Link copied to clipboard
inline fun copy(block: PeeringError.Builder.() -> Unit = {}): PeeringError
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String