Method: Aws::Batch::Types::AttemptContainerDetail#reason
- Defined in:
- lib/aws-sdk-batch/types.rb
#reason ⇒ String
A short (255 max characters) human-readable string to provide additional details for a running or stopped container.
130 131 132 133 134 135 136 137 138 139 |
# File 'lib/aws-sdk-batch/types.rb', line 130 class AttemptContainerDetail < Struct.new( :container_instance_arn, :task_arn, :exit_code, :reason, :log_stream_name, :network_interfaces) SENSITIVE = [] include Aws::Structure end |