Class: Aws::WorkSpaces::Types::ModifyAccountResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The text message to describe the status of BYOL modification.

Returns:

  • (String)


3863
3864
3865
3866
3867
# File 'lib/aws-sdk-workspaces/types.rb', line 3863

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