You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ServiceCatalog::Types::FailedServiceActionAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::FailedServiceActionAssociation
- Defined in:
- (unknown)
Overview
An object containing information about the error, along with identifying information about the self-service action and its associations.
Instance Attribute Summary collapse
-
#error_code ⇒ String
The error code.
-
#error_message ⇒ String
A text description of the error.
-
#product_id ⇒ String
The product identifier.
-
#provisioning_artifact_id ⇒ String
The identifier of the provisioning artifact.
-
#service_action_id ⇒ String
The self-service action identifier.
Instance Attribute Details
#error_code ⇒ String
The error code. Valid values are listed below.
Possible values:
- DUPLICATE_RESOURCE
- INTERNAL_FAILURE
- LIMIT_EXCEEDED
- RESOURCE_NOT_FOUND
- THROTTLING
#error_message ⇒ String
A text description of the error.
#product_id ⇒ String
The product identifier. For example, prod-abcdzk7xy33qa
.
#provisioning_artifact_id ⇒ String
The identifier of the provisioning artifact. For example,
pa-4abcdjnxjj6ne
.
#service_action_id ⇒ String
The self-service action identifier. For example, act-fs7abcd89wxyz
.