Class: Aws::BedrockDataAutomation::Types::ServiceQuotaExceededException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockdataautomation/types.rb

Overview

This exception is thrown when a request is made beyond the service quota

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Non Blank String

Returns:

  • (String)


1374
1375
1376
1377
1378
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1374

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