Class: Aws::Types::FailedServiceActionAssociation
- Inherits:
-
Object
- Object
- Aws::Types::FailedServiceActionAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ "DUPLICATE_RESOURCE", ...
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#product_id ⇒ ::String
Returns the value of attribute product_id.
-
#provisioning_artifact_id ⇒ ::String
Returns the value of attribute provisioning_artifact_id.
-
#service_action_id ⇒ ::String
Returns the value of attribute service_action_id.
Instance Attribute Details
#error_code ⇒ "DUPLICATE_RESOURCE", ...
Returns the value of attribute error_code.
704 705 706 |
# File 'sig/types.rbs', line 704 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
705 706 707 |
# File 'sig/types.rbs', line 705 def end |
#product_id ⇒ ::String
Returns the value of attribute product_id.
702 703 704 |
# File 'sig/types.rbs', line 702 def product_id @product_id end |
#provisioning_artifact_id ⇒ ::String
Returns the value of attribute provisioning_artifact_id.
703 704 705 |
# File 'sig/types.rbs', line 703 def provisioning_artifact_id @provisioning_artifact_id end |
#service_action_id ⇒ ::String
Returns the value of attribute service_action_id.
701 702 703 |
# File 'sig/types.rbs', line 701 def service_action_id @service_action_id end |