Class: Aws::EventBridge::Errors::PolicyLengthExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::EventBridge::Errors::PolicyLengthExceededException
- Defined in:
- lib/aws-sdk-eventbridge/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ PolicyLengthExceededException
constructor
A new instance of PolicyLengthExceededException.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ PolicyLengthExceededException
Returns a new instance of PolicyLengthExceededException.
133 134 135 |
# File 'lib/aws-sdk-eventbridge/errors.rb', line 133 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |