Class: Aws::Types::FailedWorkspaceChangeRequest

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)


893
894
895
# File 'sig/types.rbs', line 893

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


894
895
896
# File 'sig/types.rbs', line 894

def error_message
  @error_message
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


892
893
894
# File 'sig/types.rbs', line 892

def workspace_id
  @workspace_id
end