Class: Aws::Greengrass::Types::GetDeploymentStatusResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Greengrass::Types::GetDeploymentStatusResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-greengrass/types.rb
 
Overview
Information about the status of a deployment for a group.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #deployment_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the deployment: ”InProgress”, ”Building”, ”Success”, or ”Failure”.
 - 
  
    
      #deployment_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of the deployment.
 - 
  
    
      #error_details  ⇒ Array<Types::ErrorDetail> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Error details.
 - 
  
    
      #error_message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Error message.
 - 
  
    
      #updated_at  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time, in milliseconds since the epoch, when the deployment status was updated.
 
Instance Attribute Details
#deployment_status ⇒ String
The status of the deployment: ”InProgress”, ”Building”, ”Success”, or ”Failure”.
      2251 2252 2253 2254 2255 2256 2257 2258 2259  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 2251 class GetDeploymentStatusResponse < Struct.new( :deployment_status, :deployment_type, :error_details, :error_message, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#deployment_type ⇒ String
The type of the deployment.
      2251 2252 2253 2254 2255 2256 2257 2258 2259  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 2251 class GetDeploymentStatusResponse < Struct.new( :deployment_status, :deployment_type, :error_details, :error_message, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#error_details ⇒ Array<Types::ErrorDetail>
Error details
      2251 2252 2253 2254 2255 2256 2257 2258 2259  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 2251 class GetDeploymentStatusResponse < Struct.new( :deployment_status, :deployment_type, :error_details, :error_message, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#error_message ⇒ String
Error message
      2251 2252 2253 2254 2255 2256 2257 2258 2259  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 2251 class GetDeploymentStatusResponse < Struct.new( :deployment_status, :deployment_type, :error_details, :error_message, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#updated_at ⇒ String
The time, in milliseconds since the epoch, when the deployment status was updated.
      2251 2252 2253 2254 2255 2256 2257 2258 2259  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 2251 class GetDeploymentStatusResponse < Struct.new( :deployment_status, :deployment_type, :error_details, :error_message, :updated_at) SENSITIVE = [] include Aws::Structure end  |