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