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)


8182
8183
8184
# File 'sig/types.rbs', line 8182

def message
  @message
end

#type"PERMISSION_DENIED", "INTERNAL_SERVICE_ERROR"

Returns the value of attribute type.

Returns:

  • ("PERMISSION_DENIED", "INTERNAL_SERVICE_ERROR")


8181
8182
8183
# File 'sig/types.rbs', line 8181

def type
  @type
end