Class: Aws::ResourceGroupsTaggingAPI::Types::InternalServiceException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi/types.rb

Overview

The request processing failed because of an unknown error, exception, or failure. You can retry the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


555
556
557
558
559
# File 'gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 555

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