Class: Aws::Connect::Errors::InvalidTestCaseException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Connect::Errors::InvalidTestCaseException
- Defined in:
- lib/aws-sdk-connect/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidTestCaseException
constructor
A new instance of InvalidTestCaseException.
- #problems ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidTestCaseException
Returns a new instance of InvalidTestCaseException.
285 286 287 |
# File 'lib/aws-sdk-connect/errors.rb', line 285 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#problems ⇒ String
290 291 292 |
# File 'lib/aws-sdk-connect/errors.rb', line 290 def problems @data[:problems] end |