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