Class: Aws::Connect::Errors::InvalidTestCaseException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Connect::Errors::InvalidTestCaseException
- Defined in:
- gems/aws-sdk-connect/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.
301 302 303 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/errors.rb', line 301 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#problems ⇒ String
306 307 308 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/errors.rb', line 306 def problems @data[:problems] end |