Class: Aws::MarketplaceDeployment::Types::InternalServerException

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

Overview

There was an internal service exception.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


75
76
77
78
79
# File 'gems/aws-sdk-marketplacedeployment/lib/aws-sdk-marketplacedeployment/types.rb', line 75

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