Class: Aws::WorkMail::Types::TestAvailabilityConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::TestAvailabilityConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failure_reason ⇒ String
String containing the reason for a failed test if ‘TestPassed` is false.
-
#test_passed ⇒ Boolean
Boolean indicating whether the test passed or failed.
Instance Attribute Details
#failure_reason ⇒ String
String containing the reason for a failed test if ‘TestPassed` is false.
5003 5004 5005 5006 5007 5008 |
# File 'lib/aws-sdk-workmail/types.rb', line 5003 class TestAvailabilityConfigurationResponse < Struct.new( :test_passed, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#test_passed ⇒ Boolean
Boolean indicating whether the test passed or failed.
5003 5004 5005 5006 5007 5008 |
# File 'lib/aws-sdk-workmail/types.rb', line 5003 class TestAvailabilityConfigurationResponse < Struct.new( :test_passed, :failure_reason) SENSITIVE = [] include Aws::Structure end |