Class: Aws::States::Types::ActivityWorkerLimitExceeded
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::ActivityWorkerLimitExceeded
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-states/types.rb
Overview
The maximum number of workers concurrently polling for activity tasks has been reached.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
231 232 233 234 235 |
# File 'lib/aws-sdk-states/types.rb', line 231 class ActivityWorkerLimitExceeded < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |