Class: Aws::S3Control::Types::InternalServiceException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3control/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3562
3563
3564
3565
3566
# File 'lib/aws-sdk-s3control/types.rb', line 3562

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