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