Class: Aws::HealthLake::Types::ServiceQuotaExceededException

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

Overview

The request exceeds the service quota.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the error.

Returns:

  • (String)


1873
1874
1875
1876
1877
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 1873

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