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