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