Class: Aws::Types::AttachmentError
- Inherits:
-
Object
- Object
- Aws::Types::AttachmentError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "VPC_NOT_FOUND", ...
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 ⇒ "VPC_NOT_FOUND", ...
Returns the value of attribute code.
112 113 114 |
# File 'sig/types.rbs', line 112 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
113 114 115 |
# File 'sig/types.rbs', line 113 def end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
115 116 117 |
# File 'sig/types.rbs', line 115 def request_id @request_id end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
114 115 116 |
# File 'sig/types.rbs', line 114 def resource_arn @resource_arn end |