Class: Aws::Connect::Errors::InvalidTestCaseException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidTestCaseException

Returns a new instance of InvalidTestCaseException.

Parameters:



301
302
303
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/errors.rb', line 301

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#problemsString

Returns:

  • (String)


306
307
308
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/errors.rb', line 306

def problems
  @data[:problems]
end