Class: Aws::Types::NamespaceError

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


8533
8534
8535
# File 'sig/types.rbs', line 8533

def message
  @message
end

#type"PERMISSION_DENIED", "INTERNAL_SERVICE_ERROR"

Returns the value of attribute type.

Returns:

  • ("PERMISSION_DENIED", "INTERNAL_SERVICE_ERROR")


8532
8533
8534
# File 'sig/types.rbs', line 8532

def type
  @type
end