Class: Aws::Types::FileSystemAlreadyExists

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)


291
292
293
# File 'sig/types.rbs', line 291

def error_code
  @error_code
end

#file_system_id::String

Returns the value of attribute file_system_id.

Returns:

  • (::String)


293
294
295
# File 'sig/types.rbs', line 293

def file_system_id
  @file_system_id
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


292
293
294
# File 'sig/types.rbs', line 292

def message
  @message
end