Class: Aws::Types::AccessPointAlreadyExists

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#access_point_id::String

Returns the value of attribute access_point_id.

Returns:



14
15
16
# File 'sig/types.rbs', line 14

def access_point_id
  @access_point_id
end

#error_code::String

Returns the value of attribute error_code.

Returns:



12
13
14
# File 'sig/types.rbs', line 12

def error_code
  @error_code
end

#message::String

Returns the value of attribute message.

Returns:



13
14
15
# File 'sig/types.rbs', line 13

def message
  @message
end