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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workmail/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)


4613
4614
4615
4616
4617
4618
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 4613

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)


4613
4614
4615
4616
4617
4618
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 4613

class TestAvailabilityConfigurationResponse < Struct.new(
  :test_passed,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end