Class: Aws::SSOAdmin::Types::ThrottlingException

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

Overview

Indicates that the principal has crossed the throttling limits of the API operations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3943
3944
3945
3946
3947
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 3943

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