Class: Aws::RecycleBin::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RecycleBin::Types::InternalServerException
- Defined in:
- gems/aws-sdk-recyclebin/lib/aws-sdk-recyclebin/types.rb
Overview
The service could not respond to the request due to an internal problem.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
306 307 308 309 310 |
# File 'gems/aws-sdk-recyclebin/lib/aws-sdk-recyclebin/types.rb', line 306 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |