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