Class: Aws::Support::Errors::DryRunOperationException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of DryRunOperationException.

Parameters:



174
175
176
# File 'lib/aws-sdk-support/errors.rb', line 174

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

Instance Method Details

#messageString

Returns:

  • (String)


179
# File 'lib/aws-sdk-support/errors.rb', line 179

def message: () -> ::String