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