Class: Aws::Macie2::Types::ThrottlingException

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

Overview

Provides information about an error that occurred because too many requests were sent during a certain amount of time.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6409
6410
6411
6412
6413
# File 'lib/aws-sdk-macie2/types.rb', line 6409

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