Class: Aws::RoboMaker::Types::ConcurrentDeploymentException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb

Overview

The failure percentage threshold percentage was met.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


245
246
247
248
249
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 245

class ConcurrentDeploymentException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end