Class: Aws::MediaPackageV2::Types::InternalServerException

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

Overview

Indicates that an error from the service occurred while trying to process a request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1705
1706
1707
1708
1709
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 1705

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