Class: Aws::EventBridgeV2::Types::LimitExceededException

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

Overview

The request would exceed a service quota for the account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#message ⇒ String

Returns:

  • (String)


1558
1559
1560
1561
1562
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 1558

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