Class: Aws::FSx::Types::LifecycleTransitionReason

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb

Overview

Describes why a resource lifecycle state changed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A detailed error message.

Returns:

  • (String)


6269
6270
6271
6272
6273
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 6269

class LifecycleTransitionReason < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end