Class: Aws::HealthLake::Errors::ThrottlingException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/errors.rb

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ThrottlingException.

Parameters:



108
109
110
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/errors.rb', line 108

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

Instance Method Details

#messageString

Returns:

  • (String)


113
114
115
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/errors.rb', line 113

def message
  @message || @data[:message]
end