Class: Aws::HealthLake::Types::ThrottlingException

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

Overview

The user has exceeded their maximum number of allowed calls to the given API.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1142
1143
1144
1145
1146
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 1142

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