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