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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3499
3500
3501
3502
3503
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3499

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