Class: Aws::Types::AccessPointLimitExceeded

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)


33
34
35
# File 'sig/types.rbs', line 33

def error_code
  @error_code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


34
35
36
# File 'sig/types.rbs', line 34

def message
  @message
end