Class: Aws::ComputeOptimizer::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-computeoptimizer/types.rb

Overview

The request was denied due to request throttling.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6612
6613
6614
6615
6616
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 6612

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