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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


3975
3976
3977
3978
3979
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3975

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