Class: Aws::DataZone::Types::ThrottlingException

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


18139
18140
18141
18142
18143
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18139

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