Class: Aws::Connect::Types::InvalidTestCaseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::InvalidTestCaseException
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
The test is not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#problems ⇒ Array<Types::ProblemDetail>
The problems with the test.
Instance Attribute Details
#problems ⇒ Array<Types::ProblemDetail>
The problems with the test. Please fix before trying again.
19341 19342 19343 19344 19345 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19341 class InvalidTestCaseException < Struct.new( :problems) SENSITIVE = [] include Aws::Structure end |