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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resourcegroups/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)


630
631
632
633
634
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 630

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