Class: Aws::Types::ConnectPeerError

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code ⇒ "EDGE_LOCATION_NO_FREE_IPS", ...

Returns the value of attribute code.

Returns:

  • ("EDGE_LOCATION_NO_FREE_IPS", "EDGE_LOCATION_PEER_DUPLICATE", "SUBNET_NOT_FOUND", "IP_OUTSIDE_SUBNET_CIDR_RANGE", "INVALID_INSIDE_CIDR_BLOCK", "NO_ASSOCIATED_CIDR_BLOCK")


198
199
200
# File 'sig/types.rbs', line 198

def code
  @code
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


199
200
201
# File 'sig/types.rbs', line 199

def message
  @message
end

#request_id ⇒ ::String

Returns the value of attribute request_id.

Returns:

  • (::String)


201
202
203
# File 'sig/types.rbs', line 201

def request_id
  @request_id
end

#resource_arn ⇒ ::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


200
201
202
# File 'sig/types.rbs', line 200

def resource_arn
  @resource_arn
end