Class: Aws::StorageGateway::Errors::InvalidGatewayRequestException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-storagegateway/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidGatewayRequestException

Returns a new instance of InvalidGatewayRequestException.

Parameters:



65
66
67
# File 'lib/aws-sdk-storagegateway/errors.rb', line 65

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#errorString

Returns:

  • (String)


75
# File 'lib/aws-sdk-storagegateway/errors.rb', line 75

def error: () -> ::String

#messageString

Returns:

  • (String)


70
# File 'lib/aws-sdk-storagegateway/errors.rb', line 70

def message: () -> ::String