Class: Aws::Support::Types::CaseCreationLimitExceeded

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

Overview

The case creation limit for the account has been exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

An error message that indicates that you have exceeded the number of cases you can have open.

Returns:

  • (String)


237
238
239
240
241
# File 'lib/aws-sdk-support/types.rb', line 237

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