Class: Aws::S3Control::Types::InternalServiceException
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::InternalServiceException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3549 3550 3551 3552 3553 |
# File 'lib/aws-sdk-s3control/types.rb', line 3549 class InternalServiceException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |