Class: Aws::SecretsManager::Types::InternalServiceError
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecretsManager::Types::InternalServiceError
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-secretsmanager/types.rb
Overview
An error occurred on the server side.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
998 999 1000 1001 1002 |
# File 'lib/aws-sdk-secretsmanager/types.rb', line 998 class InternalServiceError < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |