Class: Aws::CloudWatchLogs::Errors::MalformedQueryException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::CloudWatchLogs::Errors::MalformedQueryException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-cloudwatchlogs/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ MalformedQueryException
constructor
A new instance of MalformedQueryException.
- #query_compile_error ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ MalformedQueryException
Returns a new instance of MalformedQueryException.
168 169 170 |
# File 'lib/aws-sdk-cloudwatchlogs/errors.rb', line 168 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#query_compile_error ⇒ String
173 |
# File 'lib/aws-sdk-cloudwatchlogs/errors.rb', line 173
def query_compile_error: () -> ::String
|