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

Inherits:
ServiceError
  • Object
show all
Defined in:
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:



285
286
287
# File 'lib/aws-sdk-connect/errors.rb', line 285

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

Instance Method Details

#problemsString

Returns:

  • (String)


290
291
292
# File 'lib/aws-sdk-connect/errors.rb', line 290

def problems
  @data[:problems]
end