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