Class: Aws::Types::FailedCreateStandbyWorkspacesRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code::String

Returns the value of attribute error_code.

Returns:

  • (::String)


879
880
881
# File 'sig/types.rbs', line 879

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


880
881
882
# File 'sig/types.rbs', line 880

def error_message
  @error_message
end

#standby_workspace_requestTypes::StandbyWorkspace

Returns the value of attribute standby_workspace_request.



878
879
880
# File 'sig/types.rbs', line 878

def standby_workspace_request
  @standby_workspace_request
end