Class: Aws::Types::ResourceShareError
- Inherits:
-
Object
- Object
- Aws::Types::ResourceShareError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#resource_share_arn ⇒ ::String
Returns the value of attribute resource_share_arn.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
717 718 719 |
# File 'sig/types.rbs', line 717 def error_code @error_code end |
#resource_share_arn ⇒ ::String
Returns the value of attribute resource_share_arn.
718 719 720 |
# File 'sig/types.rbs', line 718 def resource_share_arn @resource_share_arn end |
#status ⇒ ::String
Returns the value of attribute status.
719 720 721 |
# File 'sig/types.rbs', line 719 def status @status end |