Class: Aws::Types::Error

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code::String

Returns the value of attribute code.

Returns:

  • (::String)


778
779
780
# File 'sig/types.rbs', line 778

def code
  @code
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


776
777
778
# File 'sig/types.rbs', line 776

def key
  @key
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


779
780
781
# File 'sig/types.rbs', line 779

def message
  @message
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


777
778
779
# File 'sig/types.rbs', line 777

def version_id
  @version_id
end