Class: Aws::CloudWatchEvents::Errors::PolicyLengthExceededException

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-cloudwatchevents/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ PolicyLengthExceededException

Returns a new instance of PolicyLengthExceededException.

Parameters:



133
134
135
# File 'lib/aws-sdk-cloudwatchevents/errors.rb', line 133

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end