Class: Aws::WorkMail::Types::TestAvailabilityConfigurationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failure_reasonString

String containing the reason for a failed test if ‘TestPassed` is false.

Returns:

  • (String)


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_passedBoolean

Boolean indicating whether the test passed or failed.

Returns:

  • (Boolean)


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