Class: Aws::Connect::Types::InvalidTestCaseException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

The test is not valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#problemsArray<Types::ProblemDetail>

The problems with the test. Please fix before trying again.

Returns:



20519
20520
20521
20522
20523
# File 'lib/aws-sdk-connect/types.rb', line 20519

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