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