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