Class: Aws::Types::ConnectPeerError
- Inherits:
-
Object
- Object
- Aws::Types::ConnectPeerError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "EDGE_LOCATION_NO_FREE_IPS", ...
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#code ⇒ "EDGE_LOCATION_NO_FREE_IPS", ...
Returns the value of attribute code.
198 199 200 |
# File 'sig/types.rbs', line 198 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
199 200 201 |
# File 'sig/types.rbs', line 199 def end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
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.
200 201 202 |
# File 'sig/types.rbs', line 200 def resource_arn @resource_arn end |