Class: Aws::RecycleBin::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RecycleBin::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- 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
277 278 279 280 281 |
# File 'lib/aws-sdk-recyclebin/types.rb', line 277 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |