Class: Aws::States::Types::ActivityLimitExceeded

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

Overview

The maximum number of activities has been reached. Existing activities must be deleted before a new activity can be created.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


66
67
68
69
70
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 66

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