Method: Aws::Backup::Types::ResourceNotFoundException#message
- Defined in:
- lib/aws-sdk-backup/types.rb
#message ⇒ String
7086 7087 7088 7089 7090 7091 7092 7093 |
# File 'lib/aws-sdk-backup/types.rb', line 7086 class ResourceNotFoundException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |