Class: Aws::Support::Types::ResolveCaseResponse

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

Overview

The status of the case returned by the ResolveCase operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#final_case_statusString

The status of the case after the ResolveCase request was processed.

Returns:



1729
1730
1731
1732
1733
1734
# File 'lib/aws-sdk-support/types.rb', line 1729

class ResolveCaseResponse < Struct.new(
  :initial_case_status,
  :final_case_status)
  SENSITIVE = []
  include Aws::Structure
end

#initial_case_statusString

The status of the case when the ResolveCase request was sent.

Returns:



1729
1730
1731
1732
1733
1734
# File 'lib/aws-sdk-support/types.rb', line 1729

class ResolveCaseResponse < Struct.new(
  :initial_case_status,
  :final_case_status)
  SENSITIVE = []
  include Aws::Structure
end