Class: Aws::Types::PeeringError
- Inherits:
-
Object
- Object
- Aws::Types::PeeringError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "TRANSIT_GATEWAY_NOT_FOUND", ...
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#missing_permissions_context ⇒ Types::PermissionsErrorContext
Returns the value of attribute missing_permissions_context.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#code ⇒ "TRANSIT_GATEWAY_NOT_FOUND", ...
Returns the value of attribute code.
1502 1503 1504 |
# File 'sig/types.rbs', line 1502 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
1503 1504 1505 |
# File 'sig/types.rbs', line 1503 def @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 end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
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.
1504 1505 1506 |
# File 'sig/types.rbs', line 1504 def resource_arn @resource_arn end |