Class: Aws::ServiceCatalog::Types::FailedServiceActionAssociation
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ServiceCatalog::Types::FailedServiceActionAssociation
 
 
- Defined in:
 - gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb
 
Overview
An object containing information about the error, along with identifying information about the self-service action and its associations.
Constant Summary collapse
- SENSITIVE =
 []
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.
      2726 2727 2728 2729 2730 2731 2732 2733 2734  | 
    
      # File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 2726 class FailedServiceActionAssociation < Struct.new( :service_action_id, :product_id, :provisioning_artifact_id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end  | 
  
#error_message ⇒ String
A text description of the error.
      2726 2727 2728 2729 2730 2731 2732 2733 2734  | 
    
      # File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 2726 class FailedServiceActionAssociation < Struct.new( :service_action_id, :product_id, :provisioning_artifact_id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end  | 
  
#product_id ⇒ String
The product identifier. For example, prod-abcdzk7xy33qa.
      2726 2727 2728 2729 2730 2731 2732 2733 2734  | 
    
      # File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 2726 class FailedServiceActionAssociation < Struct.new( :service_action_id, :product_id, :provisioning_artifact_id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end  | 
  
#provisioning_artifact_id ⇒ String
The identifier of the provisioning artifact. For example,
pa-4abcdjnxjj6ne.
      2726 2727 2728 2729 2730 2731 2732 2733 2734  | 
    
      # File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 2726 class FailedServiceActionAssociation < Struct.new( :service_action_id, :product_id, :provisioning_artifact_id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end  | 
  
#service_action_id ⇒ String
The self-service action identifier. For example,
act-fs7abcd89wxyz.
      2726 2727 2728 2729 2730 2731 2732 2733 2734  | 
    
      # File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 2726 class FailedServiceActionAssociation < Struct.new( :service_action_id, :product_id, :provisioning_artifact_id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end  |