Class: Aws::PCS::Types::InternalServerException

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

Overview

Amazon Web Services PCS can't process your request right now. Try again later.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1146
1147
1148
1149
1150
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 1146

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