Class: Aws::Types::PeeringError

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code ⇒ "TRANSIT_GATEWAY_NOT_FOUND", ...

Returns the value of attribute code.

Returns:

  • ("TRANSIT_GATEWAY_NOT_FOUND", "TRANSIT_GATEWAY_PEERS_LIMIT_EXCEEDED", "MISSING_PERMISSIONS", "INTERNAL_ERROR", "EDGE_LOCATION_PEER_DUPLICATE", "INVALID_TRANSIT_GATEWAY_STATE")


1502
1503
1504
# File 'sig/types.rbs', line 1502

def code
  @code
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


1503
1504
1505
# File 'sig/types.rbs', line 1503

def message
  @message
end

#missing_permissions_context ⇒ Types::PermissionsErrorContext

Returns the value of attribute missing_permissions_context.



1506
1507
1508
# File 'sig/types.rbs', line 1506

def missing_permissions_context
  @missing_permissions_context
end

#request_id ⇒ ::String

Returns the value of attribute request_id.

Returns:

  • (::String)


1505
1506
1507
# File 'sig/types.rbs', line 1505

def request_id
  @request_id
end

#resource_arn ⇒ ::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1504
1505
1506
# File 'sig/types.rbs', line 1504

def resource_arn
  @resource_arn
end