Class: Aws::Types::ModelError

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#log_stream_arn::String

Returns the value of attribute log_stream_arn.

Returns:

  • (::String)


103
104
105
# File 'sig/types.rbs', line 103

def log_stream_arn
  @log_stream_arn
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


100
101
102
# File 'sig/types.rbs', line 100

def message
  @message
end

#original_message::String

Returns the value of attribute original_message.

Returns:

  • (::String)


102
103
104
# File 'sig/types.rbs', line 102

def original_message
  @original_message
end

#original_status_code::Integer

Returns the value of attribute original_status_code.

Returns:

  • (::Integer)


101
102
103
# File 'sig/types.rbs', line 101

def original_status_code
  @original_status_code
end