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
show all
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

Instance Attribute Details

#error_codeString

The error code. Valid values are listed below.

Possible values:

  • DUPLICATE_RESOURCE
  • INTERNAL_FAILURE
  • LIMIT_EXCEEDED
  • RESOURCE_NOT_FOUND
  • THROTTLING

Returns:

  • (String)

    The error code.

#error_messageString

A text description of the error.

Returns:

  • (String)

    A text description of the error.

#product_idString

The product identifier. For example, prod-abcdzk7xy33qa.

Returns:

  • (String)

    The product identifier.

#provisioning_artifact_idString

The identifier of the provisioning artifact. For example, pa-4abcdjnxjj6ne.

Returns:

  • (String)

    The identifier of the provisioning artifact.

#service_action_idString

The self-service action identifier. For example, act-fs7abcd89wxyz.

Returns:

  • (String)

    The self-service action identifier.