Class: Aws::Types::InternalServerException

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amzn_error_type::String

Returns the value of attribute amzn_error_type.

Returns:

  • (::String)


342
343
344
# File 'sig/types.rbs', line 342

def amzn_error_type
  @amzn_error_type
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


341
342
343
# File 'sig/types.rbs', line 341

def message
  @message
end

#retry_after_seconds::Integer

Returns the value of attribute retry_after_seconds.

Returns:

  • (::Integer)


343
344
345
# File 'sig/types.rbs', line 343

def retry_after_seconds
  @retry_after_seconds
end