Class: Aws::AppRegistry::Types::ThrottlingException

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

Overview

The maximum number of API requests has been exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message associated with the Throttling exception.

Returns:

  • (String)


1388
1389
1390
1391
1392
1393
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1388

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

#service_codeString

The originating service code.

Returns:

  • (String)


1388
1389
1390
1391
1392
1393
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1388

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