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

A general-purpose string value.

Returns:

  • (String)


2187
2188
2189
2190
2191
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 2187

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