Class: Aws::MediaLive::Types::TooManyRequestsException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


12508
12509
12510
12511
12512
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 12508

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