Class: Aws::CodeArtifact::Errors::ThrottlingException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ThrottlingException.

Parameters:



154
155
156
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/errors.rb', line 154

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

Instance Method Details

#messageString

Returns:

  • (String)


159
160
161
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/errors.rb', line 159

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

#retry_after_secondsString

Returns:

  • (String)


164
165
166
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/errors.rb', line 164

def retry_after_seconds
  @data[:retry_after_seconds]
end