Class: Aws::WorkSpaces::Types::ModifyAccountResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::ModifyAccountResult
- Defined in:
- gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The text message to describe the status of BYOL modification.
Instance Attribute Details
#message ⇒ String
The text message to describe the status of BYOL modification.
3852 3853 3854 3855 3856 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3852 class ModifyAccountResult < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |