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.
476 477 478 |
# File 'lib/aws-sdk-cloudtrail/errors.rb', line 476 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |