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