Class: Aws::Shield::Errors::InternalErrorException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InternalErrorException.

Parameters:



85
86
87
# File 'lib/aws-sdk-shield/errors.rb', line 85

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

Instance Method Details

#messageString

Returns:

  • (String)


90
# File 'lib/aws-sdk-shield/errors.rb', line 90

def message: () -> ::String