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