Class: Aws::ResourceGroups::Types::InternalServerErrorException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resourcegroups/types.rb

Overview

An internal error occurred while processing the request. Try again later.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


842
843
844
845
846
# File 'lib/aws-sdk-resourcegroups/types.rb', line 842

class InternalServerErrorException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end