Method: Aws::Omics::Types::GetWorkflowResponse#status_message

Defined in:
lib/aws-sdk-omics/types.rb

#status_messageString

The workflow’s status message.

Returns:

  • (String)


4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
# File 'lib/aws-sdk-omics/types.rb', line 4059

class GetWorkflowResponse < Struct.new(
  :arn,
  :id,
  :status,
  :type,
  :name,
  :description,
  :engine,
  :definition,
  :main,
  :digest,
  :parameter_template,
  :storage_capacity,
  :creation_time,
  :status_message,
  :tags,
  :metadata,
  :accelerators,
  :storage_type,
  :uuid,
  :container_registry_map,
  :readme,
  :definition_repository_details,
  :readme_path)
  SENSITIVE = []
  include Aws::Structure
end