Class: Aws::Omics::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-omics/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)


8785
8786
8787
8788
8789
# File 'lib/aws-sdk-omics/types.rb', line 8785

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