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.
5004 5005 5006 5007 5008 5009 |
# File 'lib/aws-sdk-workmail/types.rb', line 5004 class TestAvailabilityConfigurationResponse < Struct.new( :test_passed, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#test_passed ⇒ Boolean
Boolean indicating whether the test passed or failed.
5004 5005 5006 5007 5008 5009 |
# File 'lib/aws-sdk-workmail/types.rb', line 5004 class TestAvailabilityConfigurationResponse < Struct.new( :test_passed, :failure_reason) SENSITIVE = [] include Aws::Structure end |