Class: Aws::EBS::Types::RequestThrottledException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ebs/lib/aws-sdk-ebs/types.rb

Overview

The number of API requests has exceeded the maximum allowed API request throttling limit for the snapshot. For more information see Error retries.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


523
524
525
526
527
528
# File 'gems/aws-sdk-ebs/lib/aws-sdk-ebs/types.rb', line 523

class RequestThrottledException < Struct.new(
  :message,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

The reason for the exception.

Returns:

  • (String)


523
524
525
526
527
528
# File 'gems/aws-sdk-ebs/lib/aws-sdk-ebs/types.rb', line 523

class RequestThrottledException < Struct.new(
  :message,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end