Class: Aws::RoboMaker::Types::ConcurrentDeploymentException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::ConcurrentDeploymentException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
245 246 247 248 249 |
# File 'lib/aws-sdk-robomaker/types.rb', line 245 class ConcurrentDeploymentException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |