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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-support/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)


235
236
237
238
239
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 235

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