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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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].

[1]: docs.aws.amazon.com/AWSEC2/latest/UserGuide/error-retries.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


523
524
525
526
527
528
# File '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 'lib/aws-sdk-ebs/types.rb', line 523

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