Class: Aws::TaxSettings::Types::CaseCreationLimitExceededException

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

Overview

You've exceeded the Amazon Web ServicesSupport case creation limit for your account.

Constant Summary collapse

SENSITIVE =
[:message]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


637
638
639
640
641
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 637

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